| Package | Description |
|---|---|
| java.lang |
| Modifier and Type | Method and Description |
|---|---|
StackTraceElement[] |
Throwable.getStackTrace()
Provides programmatic access to the stack trace information printed by
#printStackTrace(). |
| Modifier and Type | Method and Description |
|---|---|
void |
Throwable.setStackTrace(StackTraceElement[] stackTrace)
Sets the stack trace elements that will be returned by
Throwable.getStackTrace() and printed by #printStackTrace()
and related methods. |
Copyright © 2013 API Design. All Rights Reserved.