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