org.erights.e.develop.exception
Class NestedError
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Error
|
+--org.erights.e.develop.exception.NestedError
- All Implemented Interfaces:
- NestedThrowable, Serializable
- public class NestedError
- extends Error
- implements NestedThrowable
Untamed: Nested version of the Java Error class
- See Also:
- Serialized Form
Fields inherited from class java.lang.Error |
|
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 Throwable myContainedThrowable
NestedError
public NestedError(String msg)
- Enabled:
NestedError
public NestedError(String msg,
Throwable t)
- Enabled:
getNestedThrowable
public Throwable getNestedThrowable()
- Enabled:
- Specified by:
getNestedThrowable
in interface NestedThrowable
comments?