org.armedbear.lisp
Class ConditionThrowable
java.lang.Object
java.lang.Throwable
org.armedbear.lisp.ConditionThrowable
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- Go, Return, ThreadDestroyed, Throw
public class ConditionThrowable
- extends java.lang.Throwable
- See Also:
- Serialized Form
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 |
condition
public Condition condition
ConditionThrowable
public ConditionThrowable()
ConditionThrowable
public ConditionThrowable(Condition condition)
ConditionThrowable
public ConditionThrowable(java.lang.String message)
fillInStackTrace
public java.lang.Throwable fillInStackTrace()
- Overridden in order to make ConditionThrowable construct
faster. This avoids gathering stack trace information.
- Overrides:
fillInStackTrace
in class java.lang.Throwable
getCondition
public LispObject getCondition()
throws ConditionThrowable
- Throws:
ConditionThrowable