Package | Description |
---|---|
java.lang |
Modifier and Type | Method and Description |
---|---|
StackTraceElement[] |
Throwable.getStackTrace()
Provides programmatic access to the stack trace information printed by
Throwable.printStackTrace() . |
StackTraceElement[] |
Thread.getStackTrace()
Returns an array of stack trace elements representing the stack dump of this thread.
|