Package javax.validation
Class ConstraintViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.validation.ValidationException
javax.validation.ConstraintViolationException
- All Implemented Interfaces:
Serializable
- Version:
- $Rev$ $Date$
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstraintViolationException
(String message, Set<ConstraintViolation<?>> constraintViolations) ConstraintViolationException
(Set<ConstraintViolation<?>> constraintViolations) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
constraintViolations
-
-
Constructor Details
-
ConstraintViolationException
public ConstraintViolationException(String message, Set<ConstraintViolation<?>> constraintViolations) -
ConstraintViolationException
-
-
Method Details
-
getConstraintViolations
-