public class ConfigurationValidationException extends ConfigurationException
NEWLINE| Constructor and Description |
|---|
ConfigurationValidationException(String path,
Set<javax.validation.ConstraintViolation<T>> errors)
Creates a new ConfigurationException for the given path with the given errors.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSet<javax.validation.ConstraintViolation<?>> |
getConstraintViolations()
Returns the set of constraint violations in the configuration.
|
formatMessage, getErrorsaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2016. All rights reserved.