game.protocol
Class ResetReply

java.lang.Object
  extended by game.protocol.Reply
      extended by game.protocol.ResetReply

public class ResetReply
extends Reply

First reply after a game reset. Contains no other information.

Invariant: mType == RESET


Nested Class Summary
 
Nested classes/interfaces inherited from class game.protocol.Reply
Reply.ReplyType
 
Field Summary
 
Fields inherited from class game.protocol.Reply
log, mServerLog, mType
 
Constructor Summary
ResetReply()
           
ResetReply(java.lang.String msg)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class game.protocol.Reply
factory, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResetReply

public ResetReply(java.lang.String msg)
           throws ParseException
Parameters:
msg - the message text
Throws:
ParseException - message format is incorrect.

ResetReply

public ResetReply()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object