net.sf.saxon.regex
Class RegexSyntaxException
Exception
net.sf.saxon.regex.RegexSyntaxException
public class RegexSyntaxException
extends Exception
Thrown when an syntactically incorrect regular expression is detected.
static int | UNKNOWN_POSITION - Represents an unknown position within a string containing a regular expression.
|
int | getPosition() - Returns the index into the regular expression where the error was detected
or
UNKNOWN_POSITION if this is unknown.
|
UNKNOWN_POSITION
public static final int UNKNOWN_POSITION
Represents an unknown position within a string containing a regular expression.
RegexSyntaxException
public RegexSyntaxException(String detail)
RegexSyntaxException
public RegexSyntaxException(String detail,
int position)
getPosition
public int getPosition()
Returns the index into the regular expression where the error was detected
or UNKNOWN_POSITION
if this is unknown.
- the index into the regular expression where the error was detected,
or
UNKNOWNN_POSITION
if this is unknown