Uses of Class
org.apache.tapestry.valid.ValidatorException

Packages that use ValidatorException
org.apache.tapestry.valid Components and classes that provide specialized, validating text fields. 
 

Uses of ValidatorException in org.apache.tapestry.valid
 

Methods in org.apache.tapestry.valid with parameters of type ValidatorException
 void ValidationDelegate.record(ValidatorException ex)
          Invokes ValidationDelegate.record(String, ValidationConstraint), or ValidationDelegate.record(IRender, ValidationConstraint)if the error renderer propertyis not null.
 void IValidationDelegate.record(ValidatorException ex)
          The error notification method, invoked during the rewind phase (that is, while HTTP parameters are being extracted from the request and assigned to various object properties).
 

Methods in org.apache.tapestry.valid that throw ValidatorException
 java.lang.Object UrlValidator.toObject(IFormComponent field, java.lang.String input)
           
 java.lang.Object StringValidator.toObject(IFormComponent field, java.lang.String input)
           
 java.lang.Object PatternValidator.toObject(IFormComponent field, java.lang.String input)
           
 java.lang.Object NumberValidator.toObject(IFormComponent field, java.lang.String value)
           
 java.lang.Object IValidator.toObject(IFormComponent field, java.lang.String input)
          Converts input, submitted by the client, into an object value.
 java.lang.Object IntValidator.toObject(IFormComponent field, java.lang.String value)
           
 java.lang.Object EmailValidator.toObject(IFormComponent field, java.lang.String input)
           
 java.lang.Object DateValidator.toObject(IFormComponent field, java.lang.String value)
           
protected  boolean BaseValidator.checkRequired(IFormComponent field, java.lang.String value)
          Invoked to check if the value is null.