Class RegexInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.oracle.truffle.api.exception.AbstractTruffleException
com.oracle.truffle.regex.RegexInterruptedException
- All Implemented Interfaces:
com.oracle.truffle.api.interop.TruffleObject,Serializable
public final class RegexInterruptedException
extends com.oracle.truffle.api.exception.AbstractTruffleException
- See Also:
-
Field Summary
Fields inherited from class com.oracle.truffle.api.exception.AbstractTruffleException
UNLIMITED_STACK_TRACE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.oracle.truffle.api.exception.AbstractTruffleException
fillInStackTrace, getCause, getLocation, getStackTraceElementLimitMethods inherited from class java.lang.Throwable
addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RegexInterruptedException
public RegexInterruptedException()
-