org.apache.commons.validator

Class ValidatorException

public class ValidatorException extends Exception

The base exception for the Validator Framework. All other Exceptions thrown during calls to Validator.validate() are considered errors.
Constructor Summary
ValidatorException()
Constructs an Exception with no specified detail message.
ValidatorException(String message)
Constructs an Exception with the specified detail message.

Constructor Detail

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 (c) 2001-2004 Apache Software Foundation