Uses of Class
javax.validation.ValidationException
-
Packages that use ValidationException Package Description javax.validation Top level package of the Bean Validation API. -
-
Uses of ValidationException in javax.validation
Subclasses of ValidationException in javax.validation Modifier and Type Class Description classConstraintDeclarationExceptionException raised if a constraint declaration is not legal.classConstraintDefinitionExceptionException raised if a constraint definition is not legal.classConstraintViolationExceptionReports the result of constraint violations.classGroupDefinitionExceptionException raised if a group definition is not legal.classUnexpectedTypeExceptionException raised in the case that the constraint validator resolution cannot determine a suitable validator for a given type.
-