Uses of Class
core.SettingsError

Packages that use SettingsError
core Contains core classes and interfaces of the simulator. 
test Provides some unit and integration tests for the classes. 
 

Uses of SettingsError in core
 

Methods in core that throw SettingsError
 void Settings.assertValidRange(int[] range, java.lang.String sname)
          Checks that the given integer array contains a valid range.
static void Settings.init(java.lang.String propFile)
          Initializes the settings all Settings objects will use.
 

Uses of SettingsError in test
 

Methods in test that throw SettingsError
static void TestSettings.init(java.lang.String propFile)