org.almacha.achamaze
Class PlayerNotInMazeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.almacha.achamaze.AchaMazeException
              extended by org.almacha.achamaze.PlayerNotInMazeException
All Implemented Interfaces:
java.io.Serializable

public class PlayerNotInMazeException
extends AchaMazeException

An exception raised when a method which is only valid for a player in the maze is called on a player that is not in the maze.

Author:
Raphael Champeimont
See Also:
Serialized Form

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

PlayerNotInMazeException

public PlayerNotInMazeException()

PlayerNotInMazeException

public PlayerNotInMazeException(java.lang.String message)