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 FileValidator.assertValidity(java.lang.String testValue)
          This method is not implemented, but is provided for the Validator interface.
 void FileValidator.assertValidity(FileItem testValue)
          Determine whether a testValue meets the criteria specified in the constraints defined for this validator
protected  void FileValidator.doAssertValidity(FileItem testValue)
          Method to allow subclasses to add additional validation
 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 © 2000-2002 Apache Software Foundation. All Rights Reserved.