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
public class ConstraintViolationException
- extends ValidationException
- Version:
- $Rev$ $Date$
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConstraintViolationException
public ConstraintViolationException(String message,
Set<ConstraintViolation<?>> constraintViolations)
ConstraintViolationException
public ConstraintViolationException(Set<ConstraintViolation<?>> constraintViolations)
getConstraintViolations
public Set<ConstraintViolation<?>> getConstraintViolations()
Copyright © 2012. All Rights Reserved.