game.protocol
Class SOCCER2008Reply

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

public class SOCCER2008Reply
extends Reply


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
SOCCER2008Reply()
           
SOCCER2008Reply(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

SOCCER2008Reply

public SOCCER2008Reply()

SOCCER2008Reply

public SOCCER2008Reply(java.lang.String msg)
                throws ParseException
Throws:
ParseException
Method Detail

toString

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