public interface ThrowableData
Modifier and Type | Method and Description |
---|---|
ThrowableData |
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.
|
String getClassName()
String getMessage()
List<StackTraceElement> getStackTrace()
ThrowableData getCause()
null
Copyright © 2020. All rights reserved.