public class RESyntaxException extends RuntimeException
Constructor and Description |
---|
RESyntaxException(String s)
Constructor.
|
RESyntaxException(String s,
int offset)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RESyntaxException(String s)
s
- Further description of the syntax errorpublic RESyntaxException(String s, int offset)
s
- Further description of the syntax erroroffset
- character position within regex where the error was detectedCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.