public interface ThrowableProxy
| Modifier and Type | Method and Description |
|---|---|
ThrowableProxy |
getCause() |
String |
getClassName() |
String |
getMessage() |
StackTraceElement[] |
getStackTraceElementArray() |
ThrowableProxy[] |
getSuppressed() |
String getMessage()
String getClassName()
StackTraceElement[] getStackTraceElementArray()
ThrowableProxy getCause()
ThrowableProxy[] getSuppressed()
Copyright © 2023. All rights reserved.