public interface ValidationError extends ParamError
Represents a single validation error detected for a parameter. A validation error always
corresponds to exactly one ConstraintViolation.
| Modifier and Type | Method and Description |
|---|---|
javax.validation.ConstraintViolation<?> |
getViolation()
The underlying
ConstraintViolation detected for the parameter. |
getMessage, getParamNameComments to: mvc-dev@eclipse.org.
Copyright © 2017, 2020 Eclipse Foundation. All rights reserved.
Use is subject to license terms.