public class ConstraintViolatedException extends RuntimeException
| Constructor and Description |
|---|
ConstraintViolatedException(Object invalidObject,
Class<?> validatedClass,
Set<javax.validation.ConstraintViolation<Object>> violationSet) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getI18nMessageParameters() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getMessage()
getMessage in class ThrowableCopyright © 2017–2021 JBoss by Red Hat. All rights reserved.