org.apache.commons.validator
Class ValidatorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.commons.validator.ValidatorException
All Implemented Interfaces:
java.io.Serializable

public class ValidatorException
extends java.lang.Exception

The base exception for the Validator Framework. All other Exceptions thrown during calls to Validator.validate() are considered errors.

See Also:
Serialized Form

Constructor Summary
ValidatorException()
          Constructs an Exception with no specified detail message.
ValidatorException(java.lang.String message)
          Constructs an Exception with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidatorException

public ValidatorException()
Constructs an Exception with no specified detail message.


ValidatorException

public ValidatorException(java.lang.String message)
Constructs an Exception with the specified detail message.

Parameters:
message - The error message.


Copyright © 2002-2004 The Apache Software Foundation. All Rights Reserved.