|
Forward Computing and Control Pty. Ltd. Threads Package V1.0.3 2005/04/11 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.com.forward.threads.StackTrace
public class StackTrace
The static
toString(Throwable t)
method of this class
is used to retrieve the contents of an exception's stack trace as a String
.
Method Summary | |
---|---|
static java.lang.String |
toString(java.lang.Throwable e)
Returns the Throwable 's stack trace as a String . |
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 e)
Throwable
's stack trace as a String
.
e
- the Throwable
to convert to a String
.
null
.
|
Forward Computing and Control Pty. Ltd. Threads Package V1.0.3 2005/04/11 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |