com.franz.jlinker
Class JLinkerLispThrow

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.franz.jlinker.JLinkerException
              extended by com.franz.jlinker.JavaLinkDist.JLinkerException
                  extended by com.franz.jlinker.JavaLinkDist.LispThrow
                      extended by com.franz.jlinker.JLinkerLispThrow
All Implemented Interfaces:
java.io.Serializable

public class JLinkerLispThrow
extends JavaLinkDist.LispThrow

This exception is thrown in Java when a call from Java to Lisp was terminated by a throw in Lisp.

See Also:
Serialized Form

Constructor Summary
JLinkerLispThrow()
           
 
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
 

Constructor Detail

JLinkerLispThrow

public JLinkerLispThrow()