public class ConstraintViolationException extends ValidationException
| Constructor and Description |
|---|
ConstraintViolationException(Set<? extends ConstraintViolation<?>> constraintViolations) |
ConstraintViolationException(String message,
Set<? extends ConstraintViolation<?>> constraintViolations) |
| Modifier and Type | Method and Description |
|---|---|
Set<ConstraintViolation<?>> |
getConstraintViolations() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConstraintViolationException(String message, Set<? extends ConstraintViolation<?>> constraintViolations)
public ConstraintViolationException(Set<? extends ConstraintViolation<?>> constraintViolations)
public Set<ConstraintViolation<?>> getConstraintViolations()
Copyright © 2017. All rights reserved.