org.apache.commons.validator
Class ValidatorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.commons.validator.ValidatorException
All Implemented Interfaces:
java.io.Serializable

public class ValidatorException
extends java.lang.Exception
implements java.io.Serializable

Exception for the Validator Framework. All other Exceptions thrown while the Validator's validate method is being called will be considered errors. A ValidatorException will be thrown.

Version:
$Revision: 1.3 $ $Date: 2002/03/30 04:33:17 $
Author:
David Winterfeldt
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
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 (c) 2001-2002 - Apache Software Foundation