sisc.modules.s2j
Class Util.SchemeInvocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by sisc.modules.s2j.Util.SchemeInvocationException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Util

public static class Util.SchemeInvocationException
extends java.lang.RuntimeException

See Also:
Serialized Form

Field Summary
 SchemeException schemeException
           
 
Constructor Summary
Util.SchemeInvocationException(SchemeException se)
           
 
Method Summary
 
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

schemeException

public SchemeException schemeException
Constructor Detail

Util.SchemeInvocationException

public Util.SchemeInvocationException(SchemeException se)