p2.tictactoe
Class InvalidMoveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by p2.tictactoe.InvalidMoveException
All Implemented Interfaces:
java.io.Serializable

public class InvalidMoveException
extends java.lang.Exception

Version:
$Id: InvalidMoveException.java,v 1.1 2005/02/25 00:19:20 oscar Exp $
Author:
$Author: oscar $
See Also:
Serialized Form

Constructor Summary
InvalidMoveException()
           
InvalidMoveException(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

InvalidMoveException

public InvalidMoveException()

InvalidMoveException

public InvalidMoveException(java.lang.String message)