java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.lang.exception.NestableRuntimeException
All Implemented Interfaces:
Nestable, Serializable
Direct Known Subclasses:
SerializationException, NestableRuntimeExceptionTester2, NestableRuntimeExceptionTester1, UnhandledException
- href="mailto:Rafal.Krzewski@e-point.pl">Rafal Krzewski
Daniel - L. Rall - href="mailto:knielsen@apache.org">Kasper Nielsen
- href="mailto:steven@caswell.name">Steven Caswell
1.0 - $ - Id: NestableRuntimeException.java 512889 2007-02-28 18:18:20Z dlr $| Field Summary | ||
|---|---|---|
| protected NestableDelegate | delegate | The helper instance which contains much of the code which we delegate to. |
| Fields inherited from java.lang.RuntimeException: |
|---|
| serialVersionUID |
| Fields inherited from java.lang.Exception: |
|---|
| serialVersionUID |
| Constructor: |
|---|
NestableRuntimeException without specified
detail message. |
NestableRuntimeException with specified
detail message.
|
NestableRuntimeException with specified
nested Throwable.
|
NestableRuntimeException with specified
detail message and nested Throwable.
|
| Method from org.apache.commons.lang.exception.NestableRuntimeException Summary: |
|---|
| getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
| Methods from java.lang.Throwable: |
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.commons.lang.exception.NestableRuntimeException Detail: |
|---|
|
|
|
|
|
|
|
|
|
|
|
|
|