ThrowableStore
, ThrowableWrapper
public interface ThrowableData
Modifier and Type | Method | Description |
---|---|---|
ThrowableData |
getCause() |
Gets the cause of the throwable to output.
|
java.lang.String |
getClassName() |
Gets the class name of the throwable to output.
|
java.lang.String |
getMessage() |
Gets the message of the throwable to output.
|
java.util.List<java.lang.StackTraceElement> |
getStackTrace() |
Gets the stack trace of the throwable to output.
|
java.lang.String getClassName()
java.lang.String getMessage()
java.util.List<java.lang.StackTraceElement> getStackTrace()
ThrowableData getCause()
null
Copyright © 2022. All rights reserved.