aigames.soccer
Class InvalidMoveException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byaigames.soccer.InvalidMoveException
All Implemented Interfaces:
java.io.Serializable

public class InvalidMoveException
extends java.lang.Exception

Thrown when move passed to soccer field is invalid or when error during move creation occurs.

Version:
$Id: InvalidMoveException.java,v 1.3 2004/05/08 21:55:29 mwerla Exp $
See Also:
Serialized Form

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

Parameters:
message - Exception message.


Copyright © 2001-2004 MoMaT & MWe Team. All Rights Reserved.