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

Field Summary
private  Throwable myContainedThrowable
           
 
Fields inherited from class java.lang.Error
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
NestedError(String msg)
          Enabled:
NestedError(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

NestedError

public NestedError(String msg)
Enabled:


NestedError

public NestedError(String msg,
                   Throwable t)
Enabled:

Method Detail

getNestedThrowable

public Throwable getNestedThrowable()
Enabled:

Specified by:
getNestedThrowable in interface NestedThrowable


comments?