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()
ExtException
getCause
in interface ExtException
getCause
in class java.lang.Throwable
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.