Class KillException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.oracle.truffle.api.nodes.ControlFlowException
-
- com.oracle.truffle.api.instrument.KillException
-
- All Implemented Interfaces:
java.io.Serializable
public final class KillException extends ControlFlowException
Controls breaking out of an execution context, such as a shell or eval.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KillException()
-
Method Summary
-
Methods inherited from class com.oracle.truffle.api.nodes.ControlFlowException
fillInStackTrace
-
-