org.armedbear.lisp
Class Throw

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

public final class Throw
extends ConditionThrowable

See Also:
Serialized Form

Field Summary
 LispObject tag
           
 
Fields inherited from class org.armedbear.lisp.ConditionThrowable
condition
 
Constructor Summary
Throw(LispObject tag, LispObject result, LispThread thread)
           
 
Method Summary
 LispObject getCondition()
           
 LispObject getResult(LispThread thread)
           
 
Methods inherited from class org.armedbear.lisp.ConditionThrowable
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)
      throws ConditionThrowable
Throws:
ConditionThrowable
Method Detail

getResult

public LispObject getResult(LispThread thread)
                     throws ConditionThrowable
Throws:
ConditionThrowable

getCondition

public LispObject getCondition()
                        throws ConditionThrowable
Overrides:
getCondition in class ConditionThrowable
Throws:
ConditionThrowable