Serializablepublic class ValidatorException extends Exception
Exceptions thrown during calls to
Validator.validate() are considered errors.| Constructor | Description |
|---|---|
ValidatorException() |
Constructs an Exception with no specified detail message.
|
ValidatorException(String message) |
Constructs an Exception with the specified detail message.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ValidatorException()
public ValidatorException(String message)
message - The error message.Copyright © 2002–2018. All rights reserved.