Uses of Class
org.apache.turbine.services.intake.validator.ValidationException

Packages that use ValidationException
org.apache.turbine.services.intake.validator   
 

Uses of ValidationException in org.apache.turbine.services.intake.validator
 

Methods in org.apache.turbine.services.intake.validator that throw ValidationException
 void DefaultValidator.assertValidity(java.lang.String testValue)
          Determine whether a testValue meets the criteria specified in the constraints defined for this validator
protected  void DefaultValidator.doAssertValidity(java.lang.String testValue)
          Method to allow subclasses to add additional validation
protected  void NumberValidator.doAssertValidity(java.lang.String testValue)
          Determine whether a testValue meets the criteria specified in the constraints defined for this validator
protected  void IntegerValidator.doAssertValidity(java.lang.String testValue)
          Determine whether a testValue meets the criteria specified in the constraints defined for this validator
 void Validator.assertValidity(java.lang.String testValue)
          Determine whether a testValue meets the criteria specified in the constraints defined for this validator
protected  void NumberKeyValidator.doAssertValidity(java.lang.String testValue)
          Determine whether a testValue meets the criteria specified in the constraints defined for this validator
 



Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.