Class DFANodeSplitBailoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.oracle.truffle.api.nodes.SlowPathException
com.oracle.truffle.regex.tregex.nodesplitter.DFANodeSplitBailoutException
- All Implemented Interfaces:
Serializable
public final class DFANodeSplitBailoutException
extends com.oracle.truffle.api.nodes.SlowPathException
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.oracle.truffle.api.nodes.SlowPathException
fillInStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DFANodeSplitBailoutException
public DFANodeSplitBailoutException()
-