Package org.armedbear.lisp
Class ProcessingTerminated
java.lang.Object
java.lang.Throwable
java.lang.Error
org.armedbear.lisp.ProcessingTerminated
- All Implemented Interfaces:
Serializable
This error is thrown when the EXT:EXIT or EXT:QUIT function
is being invoked. In the stand-alone case, it terminates the
entire JVM, if caught in Interpreter.run().
In the embedding case, it's up to the embedder what to do with it.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProcessingTerminated
public ProcessingTerminated() -
ProcessingTerminated
public ProcessingTerminated(int status)
-
-
Method Details
-
getStatus
public int getStatus()
-