com.stevesoft.pat
Class RegSyntax

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.stevesoft.pat.RegSyntax
All Implemented Interfaces:
java.io.Serializable

public class RegSyntax
extends java.lang.Exception

This type of syntax error is thrown whenever a syntax error is encountered in the pattern. It may not be caught directly, as it is not in the throws clause of any method. To detect it, catch Throwable, and use instanceof to see if it is a RegSyntax.

See Also:
Serialized Form

Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait