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 TypeMethodDescriptionvoidValidate the object using the default locale throwing ConstraintViolationException when there are constraint violations.voidValidate 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 TypeMethodDescriptionvoidValidationRequest.throwWithViolations()Throw ConstraintViolationException if there are violations in this request.