com.openholdem.structs.exceptions
Class PokerException

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

public class PokerException
extends java.lang.Exception

Version:
$Revision: 1.2 $

A generic exception in the poker game.

Author:
mattmann
See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
PokerException()
           
PokerException(java.lang.String message)
           
PokerException(java.lang.String message, java.lang.Throwable cause)
           
PokerException(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
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

PokerException

public PokerException()

PokerException

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

PokerException

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

PokerException

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


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