org.armedbear.lisp
Class Throw

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.armedbear.lisp.ControlTransfer
                  extended by org.armedbear.lisp.Throw
All Implemented Interfaces:
java.io.Serializable

public final class Throw
extends ControlTransfer

See Also:
Serialized Form

Field Summary
 LispObject tag
           
 
Constructor Summary
Throw(LispObject tag, LispObject result, LispThread thread)
           
 
Method Summary
 LispObject getCondition()
           
 LispObject getResult(LispThread thread)
           
 
Methods inherited from class org.armedbear.lisp.ControlTransfer
fillInStackTrace
 
Methods inherited from class java.lang.Throwable
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

tag

public final LispObject tag
Constructor Detail

Throw

public Throw(LispObject tag,
             LispObject result,
             LispThread thread)
Method Detail

getResult

public LispObject getResult(LispThread thread)

getCondition

public LispObject getCondition()
Specified by:
getCondition in class ControlTransfer