java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--org.erights.e.develop.exception.NestedException
Untamed: Nested version of the Java RuntimeException class.
NestedException(String msg,
Throwable t)
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap
private final Throwable myContainedThrowable
public NestedException(String msg, Throwable t)
public Throwable getNestedThrowable()
getNestedThrowable in interface NestedThrowable