2 // This software is now distributed according to
3 // the Lesser Gnu Public License. Please see
4 // http://www.gnu.org/copyleft/lesser.txt for
8 package com.stevesoft.pat;
11 Shareware: package pat
12 <a href="copyright.html">Copyright 2001, Steven R. Brandt</a>
15 * This type of syntax error is thrown whenever a syntax error is encountered in
16 * the pattern. It may not be caught directly, as it is not in the throws clause
17 * of any method. To detect it, catch Throwable, and use instanceof to see if it
20 public class RegSyntax extends Exception