|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--org.chwf.i18n.RuntimeMessageException | +--org.chwf.filter.FilterException | +--org.chwf.filter.OperationException
Exception that wraps exceptions from underlying methods. It is
similar to java.lang.reflect.InvocationTargetException
.
Constructor Summary | |
OperationException(java.lang.Throwable rootCause)
Constructor. |
Method Summary | |
java.lang.Throwable |
getRootCause()
Get the original error. |
Methods inherited from class org.chwf.i18n.RuntimeMessageException |
getMessage, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public OperationException(java.lang.Throwable rootCause)
rootCause
- The original error.Method Detail |
public java.lang.Throwable getRootCause()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |