Class QuitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.oracle.truffle.api.nodes.ControlFlowException
com.oracle.truffle.api.instrument.QuitException
- All Implemented Interfaces:
Serializable
Controls breaking out of all executions and ending Truffle execution.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.oracle.truffle.api.nodes.ControlFlowException
fillInStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QuitException
public QuitException()
-