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, getParamName
Copyright © 2018 Ivar Grimstad. All rights reserved.