org.apache.commons.validator
Class ValidatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.validator.ValidatorException
- All Implemented Interfaces:
- Serializable
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.
- Version:
- $Revision: 493905 $ $Date: 2007-01-08 03:11:38 +0100 (Mo, 08. Jan 2007) $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ValidatorException
public ValidatorException()
- Constructs an Exception with no specified detail message.
ValidatorException
public ValidatorException(String message)
- Constructs an Exception with the specified detail message.
- Parameters:
message
- The error message.
Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.