Save This Page
Home » commons-validator-1.3.1-src » org.apache.commons » validator » [javadoc | source]
org.apache.commons.validator
public class: ValidatorException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         org.apache.commons.validator.ValidatorException

All Implemented Interfaces:
    Serializable

The base exception for the Validator Framework. All other Exceptions thrown during calls to Validator.validate() are considered errors.
Constructor:
 public ValidatorException() 
 public ValidatorException(String message) 
    Constructs an Exception with the specified detail message.
    Parameters:
    message - The error message.
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait