|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.armedbear.lisp.ControlTransfer
org.armedbear.lisp.Throw
public final class Throw
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 |
---|
public final LispObject tag
Constructor Detail |
---|
public Throw(LispObject tag, LispObject result, LispThread thread)
Method Detail |
---|
public LispObject getResult(LispThread thread)
public LispObject getCondition()
getCondition
in class ControlTransfer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |