Package org.apache.commons.validator
Class ValidatorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.commons.validator.ValidatorException
-
- All Implemented Interfaces:
java.io.Serializable
public class ValidatorException extends java.lang.Exception
The base exception for the Validator Framework. All otherException
s thrown during calls toValidator.validate()
are considered errors.- Version:
- $Revision: 478334 $ $Date: 2006-11-22 21:31:54 +0000 (Wed, 22 Nov 2006) $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidatorException()
Constructs an Exception with no specified detail message.ValidatorException(java.lang.String message)
Constructs an Exception with the specified detail message.
-