Uses of Class
javax.validation.ValidationException
Packages that use ValidationException
Package
Description
Top level package of the Bean Validation API.
Package containing objects dedicated to extract values to validate from containers.
-
Uses of ValidationException in javax.validation
Subclasses of ValidationException in javax.validationModifier and TypeClassDescriptionclassException raised if a constraint declaration is not legal.classException raised if a constraint definition is not legal.classReports the result of constraint violations.classException raised if a group definition is not legal.classException raised if no Bean Validation provider could be found.classException raised in the case that the constraint validator resolution cannot determine a suitable validator for a given type. -
Uses of ValidationException in javax.validation.valueextraction
Subclasses of ValidationException in javax.validation.valueextractionModifier and TypeClassDescriptionclassRaised if the configuration ofValueExtractoris illegal, e.g. because multiple extractors for the same type and type use have been configured inMETA-INF/validation.xml.classRaised if aValueExtractordefinition is illegal, e.g. because it doesn't declare its extracted value usingExtractedValue.