de.kosi.model.game
Class InvalidGameStateException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--de.kosi.model.game.InvalidGameStateException
All Implemented Interfaces:
java.io.Serializable

public class InvalidGameStateException
extends java.lang.Exception

This Exception is thrown when a method in a game is called, that may only be called in a different state.

ChangeLog:

 
 $Log: InvalidGameStateException.java,v $
 Revision 1.1.1.1  2001/04/29 18:05:18  jiriki
 Imported sources from zola.

 Revision 1.1  2001/02/21 11:38:47  wombat
 Worked on GameImpl and Board

 

Version:
$Revision: 1.1.1.1 $ ($Date: 2001/04/29 18:05:18 $)
Author:
Timo, Niklas, Ole
See Also:
Serialized Form

Constructor Summary
InvalidGameStateException(java.lang.String msg)
          Create a new Exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidGameStateException

public InvalidGameStateException(java.lang.String msg)
Create a new Exception.
Parameters:
msg - Message containing further explanation.