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

Variable Index

 o COPYRIGHT

Constructor Index

 o PatternSyntaxException()
PatternSyntaxException constructor comment.
 o PatternSyntaxException(String)
PatternSyntaxException constructor comment.

Variables

 o COPYRIGHT
 private static final String COPYRIGHT

Constructors

 o PatternSyntaxException
 public PatternSyntaxException()
PatternSyntaxException constructor comment.

 o PatternSyntaxException
 public PatternSyntaxException(String s)
PatternSyntaxException constructor comment.

Parameters:
s - java.lang.String

All Packages  Class Hierarchy  This Package  Previous  Next  Index