public class ValidatorException
extends java.lang.Exception
Exceptions thrown during calls to
Validator.validate() are considered errors.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
ValidatorException()
Constructs an Exception with no specified detail message.
|
ValidatorException(java.lang.String message)
Constructs an Exception with the specified detail message.
|
private static final long serialVersionUID