public interface ThrowableWrapper
thowable or to represent a not available one.| Modifier and Type | Method and Description |
|---|---|
ThrowableWrapper |
getCause()
Get the
throwable wrapped cause. |
java.lang.String |
getClassName()
Get the
throwable class name. |
java.lang.String |
getMessage()
Get the
throwable message. |
java.lang.StackTraceElement[] |
getStackTrace()
Get the
throwable stack trace elements. |
java.lang.Throwable |
getThrowable()
Get the wrapped
throwable. |
java.lang.String getClassName()
throwable class name.java.lang.String getMessage()
throwable message.java.lang.StackTraceElement[] getStackTrace()
throwable stack trace elements.ThrowableWrapper getCause()
throwable wrapped cause.java.lang.Throwable getThrowable()
throwable.