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