|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
org.armedbear.lisp.ProcessingTerminated
public class ProcessingTerminated
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.
| Constructor Summary | |
|---|---|
ProcessingTerminated()
|
|
ProcessingTerminated(int status)
|
|
| Method Summary | |
|---|---|
int |
getStatus()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, 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 |
| Constructor Detail |
|---|
public ProcessingTerminated()
public ProcessingTerminated(int status)
| Method Detail |
|---|
public int getStatus()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||