Uses of Class
game.protocol.SCOREException

Packages that use SCOREException
game.protocol Implementation of the SCORE protocol. 
 

Uses of SCOREException in game.protocol
 

Constructors in game.protocol that throw SCOREException
AccelerateRequest(int t, int p, double a)
           
KickRequest(int t, int p, double v, double alpha)
           
PlaceBallRequest(int t, CartesianVect l)
           
PlacePlayerRequest(int t, int p, CartesianVect l)
           
SetTimeRequest(int t, int setT)
           
SpinRequest(int t, int p, double av)