public class RegexInterruptedException extends ThreadDeath implements com.oracle.truffle.api.TruffleException
| Constructor and Description |
|---|
RegexInterruptedException() |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace()
For performance reasons, this exception does not record any stack trace information.
|
com.oracle.truffle.api.nodes.Node |
getLocation() |
boolean |
isCancelled() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic com.oracle.truffle.api.nodes.Node getLocation()
getLocation in interface com.oracle.truffle.api.TruffleExceptionpublic final Throwable fillInStackTrace()
fillInStackTrace in class Throwablepublic boolean isCancelled()
isCancelled in interface com.oracle.truffle.api.TruffleException