|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StackTrace.Entry | |
org.jboss.util | Utility classes and interfaces. |
Uses of StackTrace.Entry in org.jboss.util |
Methods in org.jboss.util that return StackTrace.Entry | |
StackTrace.Entry |
StackTrace.getEntry(int level)
Returns the stack trace entry for the element at the given level. |
StackTrace.Entry |
StackTrace.getCallerEntry()
Returns the stack trace entry for the calling method. |
StackTrace.Entry |
StackTrace.getRootEntry()
Return the root entry for this stack trace. |
static StackTrace.Entry |
StackTrace.currentEntry()
Returns a stack trace entry for the current position in the stack. |
static StackTrace.Entry |
StackTrace.callerEntry()
Returns a stack trace entry for the calling methods current position in the stack. |
static StackTrace.Entry |
StackTrace.rootEntry()
Returns a stack trace entry for the root calling method of the current execution thread. |
protected StackTrace.Entry |
StackTrace.Parser.createEntry(String raw)
Create a stack trace entry for the given raw trace entry. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |