public class BeanValidationException
extends org.apache.camel.ValidationException
| Constructor and Description |
|---|
BeanValidationException(org.apache.camel.Exchange exchange,
Set<javax.validation.ConstraintViolation<Object>> constraintViolations,
Object bean) |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
buildMessage(Set<javax.validation.ConstraintViolation<Object>> constraintViolations,
Object bean) |
Set<javax.validation.ConstraintViolation<Object>> |
getConstraintViolations() |
createExceptionMessage, getExchangeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringApache Camel