|
|||||||||
| 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.apache.avalon.framework.CascadingRuntimeException
Class from which all exceptions should inherit. Allows recording of nested exceptions.
| Constructor Summary | |
CascadingRuntimeException(java.lang.String message,
java.lang.Throwable throwable)
Construct a new CascadingRuntimeException instance. |
|
| Method Summary | |
java.lang.Throwable |
getCause()
Retrieve root cause of the exception. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CascadingRuntimeException(java.lang.String message,
java.lang.Throwable throwable)
CascadingRuntimeException instance.message - The detail message for this exception.throwable - the root cause of the exception| Method Detail |
public final java.lang.Throwable getCause()
getCause in interface CascadingThrowable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||