sisc.nativefun
Class NestedPrimRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by sisc.nativefun.PrimRuntimeException
                  extended by sisc.nativefun.NestedPrimRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class NestedPrimRuntimeException
extends PrimRuntimeException

See Also:
Serialized Form

Field Summary
protected  SchemeException e
           
 
Constructor Summary
NestedPrimRuntimeException(SchemeException e)
           
NestedPrimRuntimeException(java.lang.String message, SchemeException e)
           
 
Method Summary
 SchemeException getRootCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

e

protected SchemeException e
Constructor Detail

NestedPrimRuntimeException

public NestedPrimRuntimeException(java.lang.String message,
                                  SchemeException e)

NestedPrimRuntimeException

public NestedPrimRuntimeException(SchemeException e)
Method Detail

getRootCause

public SchemeException getRootCause()