Class RESyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.codename1.util.regex.RESyntaxException
Exception thrown to indicate a syntax error in a regular expression.
This is a non-checked exception because you should only have problems compiling
a regular expression during development.
If you are making regular expresion programs dynamically then you can catch it
if you wish. But should not be forced to.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
RESyntaxException
Constructor.
Parameters
s: Further description of the syntax error
-