|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fest.util.StackTraces
public class StackTraces
Understands utility methods related to stack traces.
Constructor Summary | |
---|---|
StackTraces()
Creates a new StackTraces . |
Method Summary | |
---|---|
static StackTraces |
instance()
Returns the singleton instance of this class. |
StackTraceElement[] |
stackTraceInCurrentThread()
Returns the stack trace for the current thread. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StackTraces()
StackTraces
.
Method Detail |
---|
public static StackTraces instance()
public StackTraceElement[] stackTraceInCurrentThread()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |