Package com.oracle.truffle.api.nodes
Class ControlFlowException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.oracle.truffle.api.nodes.ControlFlowException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
KillException
,QuitException
public class ControlFlowException extends java.lang.RuntimeException
An exception thrown to model control flow in a Truffle interpreter. The Truffle optimizer has special knowledge of this exception class for performance optimizations.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ControlFlowException()
Creates an exception thrown to model control flow.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
fillInStackTrace()
For performance reasons, this exception does not record any stack trace information.
-