Uses of Class
cdx.scorebot.util.IllegalArgValException

Packages that use IllegalArgValException
cdx.scorebot.net Implementation of tests for various services and the framework which configures and executes those tests. 
cdx.scorebot.net.tests Individual test implementations and the generic test framework; subpackages may have protected helper classes. 
cdx.scorebot.scoring The framework for scoring test results. 
cdx.scorebot.scoring.logic Contains the data structures used to hold and process the information parsed by the Scoring Logic lexical analyzer. 
cdx.scorebot.util Helper classes. 
 

Uses of IllegalArgValException in cdx.scorebot.net
 

Methods in cdx.scorebot.net that throw IllegalArgValException
 void NetworkTestPackage.Owner.setCompName(java.lang.String compName)
          sets the competition's name
 void TestSuite.setName(java.lang.String name)
          sets name of this TestSuite
 void TeamConfiguration.setOwnerName(java.lang.String ownerName)
          sets the name of the team this is for
 void NetworkTestPackage.Owner.setOwnerName(java.lang.String ownerName)
          sets the owner’s name
 

Uses of IllegalArgValException in cdx.scorebot.net.tests
 

Methods in cdx.scorebot.net.tests that throw IllegalArgValException
 void TestItem.setName(java.lang.String name)
          sets unique name of this test item (no spaces are allowed, so all spaces are replaced with underscores)
 

Uses of IllegalArgValException in cdx.scorebot.scoring
 

Methods in cdx.scorebot.scoring that throw IllegalArgValException
 void ScoringRuleset.setInitialPoints(int initialPoints)
          Deprecated. TestSuites no longer contain an initial score -- this is contained by the NetworkTestPackage now.
 void ScoringRule.BasicCodeGenerator.setMinCountToAccept(int minCountToAccept)
          sets the minimum number of successful comparisons to accept (i.e.
 void ScoringRule.setName(java.lang.String name)
          sets rule's name (user-defined)
 void ScoringRule.BasicCodeGenerator.setNumResultsToCheck(int numResultsToCheck)
          sets the number of results from this test to check (must be at least one)
 

Uses of IllegalArgValException in cdx.scorebot.scoring.logic
 

Methods in cdx.scorebot.scoring.logic that throw IllegalArgValException
protected  int Context.floor(Literal literal)
          Convert a double to a floored integer.
 

Uses of IllegalArgValException in cdx.scorebot.util
 

Methods in cdx.scorebot.util that throw IllegalArgValException
static java.lang.String StringOps.checkName(java.lang.String name)
          Checks to see if name contains anything other than alphanumeric characters, underscores, or spaces.