org.apache.commons.validator
public class ValidatorException extends Exception
Exceptions thrown during calls to
Validator.validate() are considered errors.
Version: $Revision: 478334 $ $Date: 2006-11-22 21:31:54 +0000 (Wed, 22 Nov 2006) $
| 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.