|
|||||||||
| Home >> All >> com >> chaoswg >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.chaoswg.util
Class ExceptionPrinter

java.lang.Objectcom.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
|
|||||||||
| Home >> All >> com >> chaoswg >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.chaoswg.util.ExceptionPrinter