com.webstersmalley.chessweb.model
Class InvalidMoveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.webstersmalley.chessweb.model.InvalidMoveException
All Implemented Interfaces:
java.io.Serializable

public class InvalidMoveException
extends java.lang.Exception

Used to represent an invalid move.

Author:
Matthew Smalley
See Also:
Serialized Form

Constructor Summary
InvalidMoveException(java.lang.String message)
          Creates a new InvalidMoveException.
 
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

InvalidMoveException

public InvalidMoveException(java.lang.String message)
Creates a new InvalidMoveException.

Parameters:
message - The message.


Copyright © 2005 Webster Smalley. All Rights Reserved.