com.openholdem.structs.exceptions
Class HandException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.openholdem.structs.exceptions.HandException
All Implemented Interfaces:
java.io.Serializable

public class HandException
extends java.lang.Exception

Version:
$Revision: 1.2 $

An exception when evaluating or forming a Hand

Author:
mattmann
See Also:
Serialized Form

Constructor Summary
HandException()
           
HandException(java.lang.String message)
           
HandException(java.lang.String message, java.lang.Throwable cause)
           
HandException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HandException

public HandException()

HandException

public HandException(java.lang.String message)
Parameters:
message -

HandException

public HandException(java.lang.Throwable cause)
Parameters:
cause -

HandException

public HandException(java.lang.String message,
                     java.lang.Throwable cause)
Parameters:
message -
cause -


Copyright © 2005-2007 Pagemewhen.com. All Rights Reserved.