Class BreakException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.oracle.truffle.api.nodes.ControlFlowException
com.oracle.truffle.js.nodes.control.BreakException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DirectBreakException,LabelBreakException
public abstract class BreakException
extends com.oracle.truffle.api.nodes.ControlFlowException
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.oracle.truffle.api.nodes.ControlFlowException
fillInStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BreakException
public BreakException()
-
-
Method Details
-
matchTarget
-