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: 1649191 $
- 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.
-