Package | Description |
---|---|
java.lang |
Modifier and Type | Method and Description |
---|---|
StackTraceElement[] |
Throwable.getStackTrace()
Returns the array of stack trace elements of this
Throwable . |
Modifier and Type | Method and Description |
---|---|
void |
Throwable.setStackTrace(StackTraceElement[] trace)
Sets the array of stack trace elements.
|