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 LispObject
getCondition()
java.lang.String
getMessage()
-
-
-
Method Detail
-
getCondition
public LispObject getCondition()
-
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in classjava.lang.Throwable
-
-