org.apache.commons.validator
Class ValidatorException
Exception
org.apache.commons.validator.ValidatorException
public class ValidatorException
extends Exception
The base exception for the Validator Framework. All other
Exception
s thrown during calls to
Validator.validate()
are considered errors.
$Revision: 478334 $ $Date: 2006-11-22 21:31:54 +0000 (Wed, 22 Nov 2006) $
ValidatorException
public ValidatorException()
Constructs an Exception with no specified detail message.
ValidatorException
public ValidatorException(String message)
Constructs an Exception with the specified detail message.
message
- The error message.
Copyright (c) 2001-2004 Apache Software Foundation