Uses of Class
org.jogre.common.TransmissionException

Packages that use TransmissionException
org.jogre.common This package contains classes which are common to both a client or a server. 
org.jogre.common.comm This package contains a number of communication objects (communication classes start with Comm) amd two Interface's which describe the protocol. 
 

Uses of TransmissionException in org.jogre.common
 

Methods in org.jogre.common that throw TransmissionException
 void JogreModel.setState(XMLElement message)
          Set the state of the model (set values of the model equal to the values of this model by copying its values.
abstract  void AbstractConnectionThread.parse(XMLElement message)
          This abstract method must be overwritten by a child which extends this class.
 

Constructors in org.jogre.common that throw TransmissionException
UserList(XMLElement message)
          Constructor which reads a user list from a String.
User(XMLElement message)
          Constructor which creates a User object from the flatten () method of another User object.
TableList(XMLElement message)
          Constructor which recreates a Table object using a String from the ITransmittable.flatten() method from another TableList object.
Table(XMLElement message)
          Create Table object from a String.
 

Uses of TransmissionException in org.jogre.common.comm
 

Constructors in org.jogre.common.comm that throw TransmissionException
CommTableAction(XMLElement message)
          Constructor which creates a CommTableAction object from the flatten () method of another CommTableAction object.
CommOfferDraw(XMLElement message)
          Constructor which creates a CommOfferDraw object from the flatten () method of another CommInvite object.
CommInvite(XMLElement message)
          Constructor which creates a CommInvite object from the flatten () method of another CommInvite object.
CommGameOver(XMLElement message)
          Constructor which reads the game over object from a String.
CommGameConnect(XMLElement message)
          Constructor which creates a CommConnect object from the flatten () method of another CommConnect object.
CommError(XMLElement message)
          Constructor which creates a CommError object from the flatten () method of another CommError object.
CommDisconnect(XMLElement message)
          Constructor which creates a CommDisconnect object from the flatten () method of another CommDisconnect object.
CommControllerProperty(XMLElement message)
          Constructor which reads the game over object from a String.
CommChatTable(XMLElement message)
          Constructor which creates a CommChatRoom object from the flatten () method of another CommChatRoom object.
CommChatGame(XMLElement message)
          Constructor which creates a CommChatBroadcast object from the flatten () method of another CommChatBroadcast object.