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.
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