smithers.cards
Class CardMoveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by smithers.cards.CardMoveException
All Implemented Interfaces:
java.io.Serializable

public class CardMoveException
extends java.lang.RuntimeException

Exception to throw when an illegal move is attempted.

See Also:
Serialized Form

Constructor Summary
CardMoveException()
           
CardMoveException(java.lang.String message)
           
 
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

CardMoveException

public CardMoveException()

CardMoveException

public CardMoveException(java.lang.String message)