Uses of Class
de.lmu.ifi.dbs.elki.utilities.optionhandling.WrongParameterValueException

Packages that use WrongParameterValueException
de.lmu.ifi.dbs.elki.logging Logging facility for controlling logging behavior of the complete framework. 
de.lmu.ifi.dbs.elki.utilities.optionhandling Parameter handling and option descriptions. 
de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters Classes for various typed parameters. 
 

Uses of WrongParameterValueException in de.lmu.ifi.dbs.elki.logging
 

Methods in de.lmu.ifi.dbs.elki.logging that throw WrongParameterValueException
static void LoggingUtil.parseDebugParameter(StringParameter param)
          Parse the option string to configure logging.
 

Uses of WrongParameterValueException in de.lmu.ifi.dbs.elki.utilities.optionhandling
 

Subclasses of WrongParameterValueException in de.lmu.ifi.dbs.elki.utilities.optionhandling
 class UnspecifiedParameterException
          Exception when a required parameter was not given.
 

Uses of WrongParameterValueException in de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters
 

Methods in de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters that throw WrongParameterValueException
protected  Double DoubleParameter.parseValue(Object obj)
          Parse a given value into the destination type.
protected  D DistanceParameter.parseValue(Object obj)
           
 


Release 0.4.0 (2011-09-20_1324)