| 
 | |||||||||
| 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)Converts the stack trace of private String junit.framework.TestSuite.exceptionToString(Throwable t)andpublic static String junit.runner.BaseTestRunner.filterStack(String stack)from JUnit.
//JDJDJD check copyright | 
| 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)
Converts the stack trace of 
This method was based on
 private String junit.framework.TestSuite.exceptionToString(Throwable t)
 and
 public static String junit.runner.BaseTestRunner.filterStack(String stack)
 from JUnit.
t - The Throwable to get the stack trace of.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||