public class RESyntaxException

  1. Object
  2. Throwable
  3. Exception
  4. RuntimeException
  5. 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.

Constructors

public RESyntaxException(String s)Constructor.

Inherited methods

Constructor details

RESyntaxException

public RESyntaxException(String s)
Constructor.

Parameters

s String
Further description of the syntax error