Uses of Class
org.apache.commons.validator.ValidatorException
-
Packages that use ValidatorException Package Description org.apache.commons.validator The Validator package provides validation for JavaBeans based on an xml file. -
-
Uses of ValidatorException in org.apache.commons.validator
Methods in org.apache.commons.validator that throw ValidatorException Modifier and Type Method Description ValidatorResults
Field. validate(java.util.Map<java.lang.String,java.lang.Object> params, java.util.Map<java.lang.String,ValidatorAction> actions)
Run the configured validations on this field.ValidatorResults
Validator. validate()
Performs validations based on the configured resources.
-