|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jbind.base.UnexpectedException
Runtime exception that wraps (checked) exceptions that were raised unexpectedly. This class is derived from RuntimeException in order not to clutter the code with unexpected exceptions.
| Constructor Summary | |
UnexpectedException(java.lang.Exception anException)
Constructs an UnexpectedException. |
|
| Method Summary | |
java.lang.Exception |
getException()
Gets the wrapped exception. |
| 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 UnexpectedException(java.lang.Exception anException)
anException - (required). The (checked) exception that was
raised unexpectedly.| Method Detail |
public java.lang.Exception getException()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||