|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.apache.commons.validator.ValidatorException
Exception for the Validator Framework. All other
Exception
s thrown while the
Validator
's validate method is being
called will be considered errors. A
ValidatorException
will be thrown.
Fields inherited from class java.lang.Throwable |
---|
backtrace, detailMessage, serialVersionUID |
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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString |
Methods inherited from class java.lang.Object |
---|
|
Constructor Detail |
public ValidatorException()
public ValidatorException(java.lang.String message)
message
- The error message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |