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