Uses of Class
databionics.modules.LessThanMinException

Packages that use LessThanMinException
databionics.modules Description of program parameters loadable from XML files. 
 

Uses of LessThanMinException in databionics.modules
 

Methods in databionics.modules that throw LessThanMinException
 void FloatParameter.setValue(float var)
          Set the value.
 void FloatParameter.setValue(java.lang.Float var)
          Set the value.
 void IntParameter.setValue(int var)
          Set the value.
 void IntParameter.setValue(java.lang.Integer var)
          Set the value.
 void IntParameter.setValue(java.lang.String var)
          Set the value as a string.
 void FloatParameter.setValue(java.lang.String var)
          Set the value as a string If var is less than the minimum, set the minimum instead and throw LessThanMinException to issue a warning.
 



Copyright © 2005-2006 Databionics Research Group. All Rights Reserved.