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