|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.util.Throwables
A collection of Throwable utilities.
Constructor Summary | |
Throwables()
|
Method Summary | |
static java.lang.String |
toString(java.lang.Throwable t)
Return a string that consists of the stack trace of the given Throwable . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Throwables()
Method Detail |
public static java.lang.String toString(java.lang.Throwable t)
Throwable
.
t
- Throwable
to get stack trace from.
Throwable
stack trace as a string.
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |