|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.utilities.stacktrace.StackTrace
public final class StackTrace
Provides a simple solution to the common problem of obtaining a String containing the stack trace produced by an exception.
Call StackTrace.toString(e) to get the string corresponding to the Exception e.
Method Summary | |
---|---|
static java.lang.String |
toString(java.lang.Throwable throwable)
Converts the Throwable.getStackTrace to a String representation for logging. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String toString(java.lang.Throwable throwable)
throwable
- The Throwable exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |