Uses of Class
org.fopps.model.ValidatorException

Packages that use ValidatorException
org.fopps.model   
 

Uses of ValidatorException in org.fopps.model
 

Methods in org.fopps.model that throw ValidatorException
 boolean Validator.check(java.lang.Number pNumber)
          Checks given value agaisnt the validator's rules.
 void NumericFeature.setDefaultValue(java.lang.Number pDefaultValue)
          Sets a new default value.
 void NumericFeature.setValue(java.lang.Number pValue)
          Sets a new value.
protected  boolean NumericFeature.isValid(java.lang.Number pValue)
           
 boolean MinMaxValidator.check(java.lang.Number pNumber)
          Checks given value agaisnt the validator's rules.
 

Constructors in org.fopps.model that throw ValidatorException
MinMaxValidator(java.lang.Number min, java.lang.Number max)
          Creates a new min/max validator.
MinMaxValidator(java.lang.Class pClass)
          Creates a new min/max validator by a class instance.
 



Fopps 0.19 - Copyright © 2002 Oliver Wieland. All Rights Reserved.