Package | Description |
---|---|
jakarta.validation |
Top level package of the Jakarta Bean Validation API.
|
jakarta.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. |
Comments to: bean-validation-dev@eclipse.org.
Copyright © 2019,2020 Eclipse Foundation.
Use is subject to EFSL; this spec is based on material that is licensed under the Apache License, version 2.0.