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

Field Summary
private  Throwable myContainedThrowable
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
NestedIOException(String msg)
          Enabled:
NestedIOException(String msg, Throwable t)
          Enabled:
 
Method Summary
 Throwable getNestedThrowable()
          Enabled:
 
Methods inherited from class java.lang.Throwable
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

myContainedThrowable

private Throwable myContainedThrowable
Constructor Detail

NestedIOException

public NestedIOException(String msg)
Enabled:


NestedIOException

public NestedIOException(String msg,
                         Throwable t)
Enabled:

Method Detail

getNestedThrowable

public Throwable getNestedThrowable()
Enabled:

Specified by:
getNestedThrowable in interface NestedThrowable


comments?