Package org.armedbear.lisp
Class Interpreter.UnhandledCondition
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- org.armedbear.lisp.Interpreter.UnhandledCondition
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Interpreter
public static final class Interpreter.UnhandledCondition extends java.lang.Error- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LispObjectgetCondition()java.lang.StringgetMessage()
-
-
-
Method Detail
-
getCondition
public LispObject getCondition()
-
getMessage
public java.lang.String getMessage()
- Overrides:
getMessagein classjava.lang.Throwable
-
-