public class AnnotatedException extends java.lang.Exception implements ExtException
| 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.
|
public AnnotatedException(java.lang.String string,
java.lang.Throwable e)
public AnnotatedException(java.lang.String string)
public java.lang.Throwable getCause()
ExtExceptiongetCause in interface ExtExceptiongetCause in class java.lang.Throwable