ca.ualberta.cs.poker.free.server
Class ConversionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ca.ualberta.cs.poker.free.server.ConversionException
All Implemented Interfaces:
java.io.Serializable

public class ConversionException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ConversionException()
          Creates a new instance of NewException without detail message.
ConversionException(Action act)
           
 
Method Summary
 Action getAction()
           
 
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

ConversionException

public ConversionException()
Creates a new instance of NewException without detail message.


ConversionException

public ConversionException(Action act)
Method Detail

getAction

public Action getAction()