public class ValidationException extends Exception
| Constructor and Description |
|---|
ValidationException(ValidationReport report) |
ValidationException(ValidationReport report,
String message) |
ValidationException(ValidationReport report,
String message,
Throwable cause) |
ValidationException(ValidationReport report,
String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
ValidationException(ValidationReport report,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ValidationException(ValidationReport report)
public ValidationException(ValidationReport report, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public ValidationException(ValidationReport report, String message, Throwable cause)
public ValidationException(ValidationReport report, String message)
public ValidationException(ValidationReport report, Throwable cause)
Copyright © 2020. All Rights Reserved.