public final class RegexSyntaxException
extends com.oracle.truffle.api.exception.AbstractTruffleException
| Modifier and Type | Method and Description |
|---|---|
static RegexSyntaxException |
createFlags(RegexSource source,
String msg) |
static RegexSyntaxException |
createFlags(RegexSource source,
String msg,
int position) |
static RegexSyntaxException |
createOptions(com.oracle.truffle.api.source.Source source,
String msg,
int position) |
static RegexSyntaxException |
createPattern(RegexSource source,
String msg,
int position) |
fillInStackTrace, getCause, getLocation, getStackTraceElementLimitaddSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static RegexSyntaxException createOptions(com.oracle.truffle.api.source.Source source, String msg, int position)
public static RegexSyntaxException createPattern(RegexSource source, String msg, int position)
public static RegexSyntaxException createFlags(RegexSource source, String msg)
public static RegexSyntaxException createFlags(RegexSource source, String msg, int position)