public final class ThrowableWrapper extends Object implements ThrowableData
| Constructor and Description |
|---|
ThrowableWrapper(Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
ThrowableWrapper |
getCause()
Gets the cause of the throwable to output.
|
String |
getClassName()
Gets the class name of the throwable to output.
|
String |
getMessage()
Gets the message of the throwable to output.
|
List<StackTraceElement> |
getStackTrace()
Gets the stack trace of the throwable to output.
|
public ThrowableWrapper(Throwable throwable)
throwable - Throwable to wrappublic String getClassName()
ThrowableDatagetClassName in interface ThrowableDatapublic String getMessage()
ThrowableDatagetMessage in interface ThrowableDatapublic List<StackTraceElement> getStackTrace()
ThrowableDatagetStackTrace in interface ThrowableDatapublic ThrowableWrapper getCause()
ThrowableDatagetCause in interface ThrowableDatanullCopyright © 2020. All rights reserved.