public class ValidatorException extends Exception
Constructor and Description |
---|
ValidatorException(String message)
Constructor accepting an error message.
|
ValidatorException(String message,
Throwable cause)
Constructor accepting an error message and the cause of the error
|
ValidatorException(ValidationContext context)
Constructor that initializes based on the supplied
ValidationContext . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ValidatorException(ValidationContext context)
ValidationContext
.context
- validation contextpublic ValidatorException(String message)
message
- the error messageCopyright © 2018 Litsec AB. All rights reserved.