| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException java.lang.reflect.UndeclaredThrowableException
UndeclaredThrowableException | public UndeclaredThrowableException(Throwable exception)(Code) | | Constructs a new instance of this class with its walkback and target
exception filled in.
Parameters: exception - The exception which occurred while loading the class. |
UndeclaredThrowableException | public UndeclaredThrowableException(Throwable exception, String detailMessage)(Code) | | Constructs a new instance of this class with its walkback, target
exception and message filled in.
Parameters: detailMessage - String The detail message for the exception. Parameters: exception - Throwable The exception which occurred while loading theclass. |
getCause | public Throwable getCause()(Code) | | Answers the cause of this Throwable, or null if there is no cause.
Throwable The receiver's cause. |
getUndeclaredThrowable | public Throwable getUndeclaredThrowable()(Code) | | Answers the exception which caused the receiver to be thrown.
|
|
|