public class ValidatorException extends Exception
Exceptions thrown during calls to
Validator.validate() are considered errors.| Constructor and Description |
|---|
ValidatorException()
Constructs an Exception with no specified detail message.
|
ValidatorException(String message)
Constructs an Exception with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ValidatorException()
public ValidatorException(String message)
message - The error message.Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.