org.erights.e.develop.exception
Class NestedException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--org.erights.e.develop.exception.NestedException
- All Implemented Interfaces:
- NestedThrowable, Serializable
- public class NestedException
- extends RuntimeException
- implements NestedThrowable
Untamed: Nested version of the Java RuntimeException class.
- See Also:
- Serialized Form
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap |
myContainedThrowable
private final Throwable myContainedThrowable
NestedException
public NestedException(String msg,
Throwable t)
- Enabled: public only for use by E.backtrace
getNestedThrowable
public Throwable getNestedThrowable()
- Enabled:
- Specified by:
getNestedThrowable
in interface NestedThrowable
comments?