org.apache.commons.validator
public class ValidatorException extends Exception
Exceptions thrown during calls to
Validator.validate() are considered errors.
| Constructor Summary | |
|---|---|
| ValidatorException()
Constructs an Exception with no specified detail message. | |
| ValidatorException(String message)
Constructs an Exception with the specified detail message.
| |
Parameters: message The error message.