Glomus.Server
Class IllegalTurnException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by Glomus.Server.PlayerException
              extended by Glomus.Server.IllegalTurnException
All Implemented Interfaces:
java.io.Serializable

public class IllegalTurnException
extends PlayerException

Thrown by the Player class when the distant user player requests to do something illegal (whether they moved to a room they couldn't, didn't refute when they could have, etc)

See Also:
Serialized Form

Constructor Summary
IllegalTurnException(java.lang.String message)
          Accepts an error message and passes it to our super constructor
 
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

IllegalTurnException

public IllegalTurnException(java.lang.String message)
Accepts an error message and passes it to our super constructor

Parameters:
message - A description of the specific event this exception is a result of