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.
See Also:
  • Constructor Details

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