public class ValidatorException extends Exception
Exception
s 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, toString
public ValidatorException()
public ValidatorException(String message)
message
- The error message.Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.