|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrabbit.util.StackTraceUtil
public class StackTraceUtil
Utility functions when dealing with stack traces.
Constructor Summary | |
---|---|
StackTraceUtil()
|
Method Summary | |
---|---|
static java.lang.String |
getStackTrace(java.lang.Throwable t)
Print the given Throwable to a String. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StackTraceUtil()
Method Detail |
---|
public static java.lang.String getStackTrace(java.lang.Throwable t)
t
- the Throwable to get the stack trace for
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |