public interface ExceptionDescriptor
Modifier and Type | Method and Description |
---|---|
ExceptionDescriptor |
getCause()
Returns the cause for this exception.
|
Class<? extends Throwable> |
getExceptionClass()
Best-effort attempt to provide an exception type for
getExceptionClassName() . |
String |
getExceptionClassName() |
String |
getMessage() |
List<StackTraceElement> |
getStackTrace()
This method will create a brand new unmodifiable list every time it is
called.
|
boolean |
isRootCause() |
ExceptionDescriptor getCause()
isRootCause()
returns true, null
otherwise.Class<? extends Throwable> getExceptionClass()
getExceptionClassName()
.String getExceptionClassName()
String getMessage()
List<StackTraceElement> getStackTrace()
boolean isRootCause()
Copyright © 2015. All rights reserved.