re.error
Class REError
java.lang.Object
java.lang.Throwable
java.lang.Error
re.error.REError
- All Implemented Interfaces:
- Serializable
public class REError
- extends Error
An exception class to indicate an error
while processing regular expressions.
You should use this Error class when, for example,
a regular expression refers to an id that
is not defined.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
REError
public REError(String message)