Uses of Class
cdx.scorebot.scoring.logic.UndefinedVariableException

Packages that use UndefinedVariableException
cdx.scorebot.scoring.logic Contains the data structures used to hold and process the information parsed by the Scoring Logic lexical analyzer. 
 

Uses of UndefinedVariableException in cdx.scorebot.scoring.logic
 

Methods in cdx.scorebot.scoring.logic that throw UndefinedVariableException
protected  Literal Context.getVariableValue(java.lang.String varName)
          gets the specified variable; if a variable with the specified name isn't found, then a UndefinedVariableException will be thrown.
protected  void Context.setVariableValue(java.lang.String varName, Literal value)