| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.util.base.Stacktraces |
Utility routines to format stack-traces.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Stacktraces() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static String | formatCallerOriginString(StackTraceElement[] stlist) | ||||||||||
| static String |
formatThreadStacktraces(boolean excludeCurrentThread, boolean includeDeadThreads)
Format the stack traces of all threads.
| ||||||||||
| static String |
formatThreadStacktraces()
Format the stack traces of all currently alive threads.
| ||||||||||
| static String | getCallerString(String... skiplist) | ||||||||||
| static String |
getCallerString(StackTraceElement[] stlist, String... skiplist)
@param
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Format the stack traces of all threads.
Format the stack traces of all currently alive threads.
@param
| skiplist | classes in the stack frame to be skipped before the first "interesting" caller |
|---|