public class ValidatorException
extends java.lang.Exception
Exceptions thrown during calls to
Validator.validate() are considered errors.| Modifier and Type | Field | Description |
|---|---|---|
private static long |
serialVersionUID |
| Constructor | 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
Copyright (c) 2001-2004 Apache Software Foundation