java.io.Serializablepublic class ValidatorException
extends java.lang.Exception
Exceptions thrown during calls to
Validator.validate() are considered errors.| Constructor | Description |
|---|---|
ValidatorException() |
Constructs an Exception with no specified detail message.
|
ValidatorException(java.lang.String message) |
Constructs an Exception with the specified detail message.
|
Copyright © 2002–2018. All rights reserved.