Class UnsupportedRegexException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.oracle.truffle.api.exception.AbstractTruffleException
com.oracle.truffle.regex.UnsupportedRegexException
- All Implemented Interfaces:
com.oracle.truffle.api.interop.TruffleObject,Serializable
public final class UnsupportedRegexException
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
ConstructorsConstructorDescriptionUnsupportedRegexException(String reason) UnsupportedRegexException(String reason, RegexSource regexSrc) -
Method Summary
Methods inherited from class com.oracle.truffle.api.exception.AbstractTruffleException
fillInStackTrace, getCause, getLocation, getStackTraceElementLimitMethods inherited from class java.lang.Throwable
addSuppressed, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedRegexException
-
UnsupportedRegexException
-
-
Method Details
-
getRegex
-
setRegex
-
getReason
-
setReason
-
getMessage
- Overrides:
getMessagein classThrowable
-