Uses of Class
net.sf.validatedattrib.ValidationException

Packages that use ValidationException
net.sf.validatedattrib.attribute attributes 
net.sf.validatedattrib.attribute.primitive primitive data types 
net.sf.validatedattrib.constraint constraints 
net.sf.validatedattrib.constraint.primitive constraints for primitive data types 
 

Uses of ValidationException in net.sf.validatedattrib.attribute
 

Methods in net.sf.validatedattrib.attribute that throw ValidationException
protected  void AbstractValidatedAttribute.validate(Object newValue)
           
 

Uses of ValidationException in net.sf.validatedattrib.attribute.primitive
 

Methods in net.sf.validatedattrib.attribute.primitive that throw ValidationException
 void ValidatedDouble.setValue(double value)
           
 

Uses of ValidationException in net.sf.validatedattrib.constraint
 

Methods in net.sf.validatedattrib.constraint that throw ValidationException
 void Constraint.validate(Object newValue)
           
 

Uses of ValidationException in net.sf.validatedattrib.constraint.primitive
 

Methods in net.sf.validatedattrib.constraint.primitive that throw ValidationException
 void ValidatedDoubleMinMaxConstraint.validate(Object newValue)
          TODO: write JavaDoc
 



Copyright © 2006 Philip May. All Rights Reserved.