All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.lang.Throwable | +----pat.RegSyntax
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.
public RegSyntax()
All Packages Class Hierarchy This Package Previous Next Index