|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jutil.java.throwable.StackTrace
Utility methods to deal with the stack trace of throwables. This is nominally only available as output on an OutputStream, and we want more.
Field Summary | |
static java.lang.String |
CVS_REVISION
|
Constructor Summary | |
StackTrace()
|
Method Summary | |
static java.util.List |
asList(java.lang.Throwable t)
pre t != null; // The result is not null. // The result does not contain null references. post (\result != null) && (\forall Object o;\result.contains(o); o != null) && (\forall Object o;\result.contains(o); o instanceof String); |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String CVS_REVISION
Constructor Detail |
public StackTrace()
Method Detail |
public static java.util.List asList(java.lang.Throwable t)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |