Uses of Class
io.avaje.validation.ConstraintViolationException
Packages that use ConstraintViolationException
-
Uses of ConstraintViolationException in io.avaje.validation
Methods in io.avaje.validation that throw ConstraintViolationExceptionModifier and TypeMethodDescriptionvoid
Validate the object using the default locale throwing ConstraintViolationException when there are constraint violations.void
Validate the object with a given locale throwing ConstraintViolationException when there are constraint violations. -
Uses of ConstraintViolationException in io.avaje.validation.adapter
Methods in io.avaje.validation.adapter that throw ConstraintViolationExceptionModifier and TypeMethodDescriptionvoid
ValidationRequest.throwWithViolations()
Throw ConstraintViolationException if there are violations in this request.