All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.lotspiech.poker.LogicException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.lotspiech.poker.LogicException

public class LogicException
extends Exception
The LogicException is raised if there is some error in the calculations.

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 LogicException()
LogicException constructor comment.
 o LogicException(String)
LogicException constructor comment.

Variables

 o COPYRIGHT
 private static final String COPYRIGHT

Constructors

 o LogicException
 public LogicException()
LogicException constructor comment.

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

Parameters:
s - java.lang.String

All Packages  Class Hierarchy  This Package  Previous  Next  Index