org.apache.commons.validator
Class ValidatorException
java.lang.Objectjava.lang.Throwablejava.lang.Exceptionorg.apache.commons.validator.ValidatorException
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.
ValidatorException()- Constructs an Exception with no specified detail message.
|
ValidatorException(java.lang.String message)- Constructs an Exception with the specified detail message.
|
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.
message - The error message.
Copyright (c) 2001-2004 Apache Software Foundation