All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pat.RegSyntax

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----pat.RegSyntax

public class RegSyntax
extends Throwable
Shareware: package pat Copyright 1996, Steven R. Brandt

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.


Constructor Index

 o RegSyntax()

Constructors

 o RegSyntax
  public RegSyntax()

All Packages  Class Hierarchy  This Package  Previous  Next  Index