All Packages Class Hierarchy This Package Previous Next Index
Class com.lotspiech.poker.strategy.PatternSyntaxException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----com.lotspiech.poker.strategy.PatternSyntaxException
- public class PatternSyntaxException
- extends Exception
This exception is thrown if there is a syntax error
in a pattern.
Copyright 2001, 2002 by Jeffrey B. Lotspiech. This program is open source;
it is licensed under the Common Public License Version 0.5.
- Author:
- Jeffrey B. Lotspiech
-
COPYRIGHT
-
-
PatternSyntaxException()
- PatternSyntaxException constructor comment.
-
PatternSyntaxException(String)
- PatternSyntaxException constructor comment.
COPYRIGHT
private static final String COPYRIGHT
PatternSyntaxException
public PatternSyntaxException()
- PatternSyntaxException constructor comment.
PatternSyntaxException
public PatternSyntaxException(String s)
- PatternSyntaxException constructor comment.
- Parameters:
- s - java.lang.String
All Packages Class Hierarchy This Package Previous Next Index