Uses of Class
databionics.modules.GreaterThanMaxException

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

Uses of GreaterThanMaxException in databionics.modules
 

Methods in databionics.modules that throw GreaterThanMaxException
 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.