|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.validation.ValidationException
javax.validation.ConstraintViolationException
public class ConstraintViolationException
| Constructor Summary | |
|---|---|
ConstraintViolationException(java.util.Set<ConstraintViolation<?>> constraintViolations)
|
|
ConstraintViolationException(java.lang.String message,
java.util.Set<ConstraintViolation<?>> constraintViolations)
|
|
| Method Summary | |
|---|---|
java.util.Set<ConstraintViolation<?>> |
getConstraintViolations()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConstraintViolationException(java.lang.String message,
java.util.Set<ConstraintViolation<?>> constraintViolations)
public ConstraintViolationException(java.util.Set<ConstraintViolation<?>> constraintViolations)
| Method Detail |
|---|
public java.util.Set<ConstraintViolation<?>> getConstraintViolations()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||