ctf.evaluation.simulator.responses
Class RoundOverException

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

public class RoundOverException
extends java.lang.Exception

The game has been reset

See Also:
Serialized Form

Nested Class Summary
static class RoundOverException.Reason
           
 
Constructor Summary
RoundOverException(RoundOverException.Reason reason, boolean weEndedIt)
          Default constructor
RoundOverException(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

RoundOverException

public RoundOverException(RoundOverException.Reason reason,
                          boolean weEndedIt)
Default constructor


RoundOverException

public RoundOverException(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