Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.chaoswg.util
Class ExceptionPrinter  view ExceptionPrinter download ExceptionPrinter.java

java.lang.Object
  extended bycom.chaoswg.util.ExceptionPrinter

public class ExceptionPrinter
extends java.lang.Object

This is a helper class and defines static methods for exeption printing


Constructor Summary
ExceptionPrinter()
           
 
Method Summary
static java.lang.String getStackTrace(java.lang.Throwable throwable)
          Creates a String of a throwables stacktrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionPrinter

public ExceptionPrinter()
Method Detail

getStackTrace

public static java.lang.String getStackTrace(java.lang.Throwable throwable)
Creates a String of a throwables stacktrace