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:
java.io.Serializable
public final class QuitException extends ControlFlowException
Controls breaking out of all executions and ending Truffle execution.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QuitException()
-
Method Summary
-
Methods inherited from class com.oracle.truffle.api.nodes.ControlFlowException
fillInStackTrace
-
-