public class AnnotatedException extends java.lang.Exception implements ExtException
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Throwable |
_underlyingException |
| Constructor and Description |
|---|
AnnotatedException(java.lang.String string) |
AnnotatedException(java.lang.String string,
java.lang.Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause()
Returns the cause of the exception.
|
(package private) java.lang.Throwable |
getUnderlyingException() |
AnnotatedException(java.lang.String string,
java.lang.Throwable e)
AnnotatedException(java.lang.String string)
java.lang.Throwable getUnderlyingException()
public java.lang.Throwable getCause()
ExtExceptiongetCause in interface ExtExceptiongetCause in class java.lang.ThrowableCopyright © 1998-2014 Gamma Technologies. All Rights Reserved.