Uses of Class
edu.wpi.prc.templates.java.common.RPCHandlerException

Packages that use RPCHandlerException
edu.wpi.prc.templates.java.common   
edu.wpi.prc.templates.java.generator   
edu.wpi.prc.templates.java.validator   
 

Uses of RPCHandlerException in edu.wpi.prc.templates.java.common
 

Methods in edu.wpi.prc.templates.java.common that throw RPCHandlerException
 java.lang.Object Client.executeRPCUntilSuccess(java.lang.String rpcName, java.util.Vector params, java.lang.String errorMessage)
          Keeps trying to execute the RPC until it is successful.
 

Uses of RPCHandlerException in edu.wpi.prc.templates.java.generator
 

Methods in edu.wpi.prc.templates.java.generator that throw RPCHandlerException
 WorkUnit WorkGeneratorClient.getLastWorkUnit()
          Retrieves the last work unit that was generated from the server.
 

Uses of RPCHandlerException in edu.wpi.prc.templates.java.validator
 

Methods in edu.wpi.prc.templates.java.validator that throw RPCHandlerException
 void ValidatorClient.validateNextResult()
          Gets the next result to be validated from the server, then invokes the appropriate method of the ResultValidator, depending on what type of result needed to be validated.