|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException com.perisic.shadow.ShadowException
A ShadowException is thrown when the method called by Shadowable.call(java.lang.String, java.lang.Object...)
throws
an exception or error.
Constructor Summary | |
---|---|
ShadowException(java.lang.String message)
Constructs a new shadow exception with the specified detail message. |
|
ShadowException(java.lang.Throwable cause)
Construction with an exception or error. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ShadowException(java.lang.String message)
public ShadowException(java.lang.Throwable cause)
cause
can be retrieved with the getCause()
method defined in
Throwable
.
cause
- is the exception that is originally thrown
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |