java.lang.Object
io.avaje.validation.ConstraintViolation
Describes a constraint violation. This object exposes the constraint violation context as well as
the message describing the violation.
-
Constructor Summary
ConstructorsConstructorDescriptionConstraintViolation(String path, String propertyName, String message) Create the ConstraintViolation with the given path, property and message. -
Method Summary
-
Constructor Details
-
ConstraintViolation
Create the ConstraintViolation with the given path, property and message.
-
-
Method Details