Serializable
public class ValidatorException extends Exception
Exception
s 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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ValidatorException()
public ValidatorException(String message)
message
- The error message.Copyright © 2002–2018. All rights reserved.