Package monq.jfa
Class ReSyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
monq.jfa.ReSyntaxException
- All Implemented Interfaces:
Serializable
is thrown whenever a syntax error is found in a regular
expression.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringfinal Stringstatic final Stringstatic final Stringfinal String -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
EEXTRACHAR
- See Also:
-
EINVALUL
- See Also:
-
EINVRANGE
- See Also:
-
ECLOSINGP
- See Also:
-
EEOFUNEX
- See Also:
-
ECHARUNEX
- See Also:
-
EFORMAT
- See Also:
-
ETOOMANYREPORTING
- See Also:
-
EATDIGIT
- See Also:
-
EATRANGE
- See Also:
-
EATMISSAT
- See Also:
-
EMISSINGCURLYCLOSE
- See Also:
-
ETOLESSFROM
- See Also:
-
EEMPTY
- See Also:
-
emsg
-
column
public final int column -
text
-
-
Constructor Details
-
ReSyntaxException
-