ctf.evaluation.simulator.responses
Class GameOverException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ctf.evaluation.simulator.responses.GameOverException
All Implemented Interfaces:
java.io.Serializable

public class GameOverException
extends java.lang.Exception

The game has been reset

See Also:
Serialized Form

Nested Class Summary
static class GameOverException.Outcome
           
 
Constructor Summary
GameOverException(GameOverException.Outcome outcome)
          Default constructor
GameOverException(java.lang.String[] tokens)
          Construct from STEAL tokens
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

GameOverException

public GameOverException(GameOverException.Outcome outcome)
Default constructor


GameOverException

public GameOverException(java.lang.String[] tokens)
                  throws ProtocolError
Construct from STEAL tokens

Throws:
ProtocolError
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable