Package org.armedbear.lisp
Class Throw
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.armedbear.lisp.ControlTransfer
-
- org.armedbear.lisp.Throw
-
- All Implemented Interfaces:
java.io.Serializable
public final class Throw extends ControlTransfer
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description LispObject
tag
-
Constructor Summary
Constructors Constructor Description Throw(LispObject tag, LispObject result, LispThread thread)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LispObject
getCondition()
LispObject
getResult(LispThread thread)
-
Methods inherited from class org.armedbear.lisp.ControlTransfer
fillInStackTrace
-
-
-
-
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 classControlTransfer
-
-