Package | Description |
---|---|
javax.validation |
Top level package of the Jakarta Bean Validation API.
|
javax.validation.valueextraction |
Package containing objects dedicated to extract values to validate from containers.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstraintDeclarationException
Exception raised if a constraint declaration is not legal.
|
class |
ConstraintDefinitionException
Exception raised if a constraint definition is not legal.
|
class |
ConstraintViolationException
Reports the result of constraint violations.
|
class |
GroupDefinitionException
Exception raised if a group definition is not legal.
|
class |
NoProviderFoundException
Exception raised if no Jakarta Bean Validation provider could be found.
|
class |
UnexpectedTypeException
Exception raised in the case that the constraint validator resolution
cannot determine a suitable validator for a given type.
|
Modifier and Type | Class and Description |
---|---|
class |
ValueExtractorDeclarationException
Raised if the configuration of
ValueExtractor is illegal, e.g. |
class |
ValueExtractorDefinitionException
Raised if a
ValueExtractor definition is illegal, e.g. |
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.