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 Exceptions thrown during calls to Validator.validate() are considered errors.
Version:
$Revision: 1649191 $
See Also:
  • Field Details

  • Constructor Details

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