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