Uses of Class
jakarta.validation.ConstraintDeclarationException
Packages that use ConstraintDeclarationException
Package
Description
Top level package of the Jakarta Bean Validation API.
Logging classes.
-
Uses of ConstraintDeclarationException in jakarta.validation
Subclasses of ConstraintDeclarationException in jakarta.validationModifier and TypeClassDescriptionclassException raised in the case that the constraint validator resolution cannot determine a suitable validator for a given type. -
Uses of ConstraintDeclarationException in org.hibernate.validator.internal.util.logging
Methods in org.hibernate.validator.internal.util.logging that return ConstraintDeclarationExceptionModifier and TypeMethodDescriptionLog_$logger.getCannotMixDirectAnnotationAndListContainerOnComposedConstraintException(Class<? extends Annotation> composedConstraint, Class<? extends Annotation> composingConstraint) Log.getCannotMixDirectAnnotationAndListContainerOnComposedConstraintException(Class<? extends Annotation> composedConstraint, Class<? extends Annotation> composingConstraint) Log_$logger.getCreationOfScriptExecutorFailedException(String languageName, Exception e) Log.getCreationOfScriptExecutorFailedException(String languageName, Exception e) Log_$logger.getCrossParameterConstraintOnClassException(Class<? extends Annotation> constraint) Log.getCrossParameterConstraintOnClassException(Class<? extends Annotation> constraint) Log_$logger.getCrossParameterConstraintOnFieldException(Class<? extends Annotation> constraint, Constrainable field) Log.getCrossParameterConstraintOnFieldException(Class<? extends Annotation> constraint, Constrainable field) Log_$logger.getCrossParameterConstraintOnMethodWithoutParametersException(Class<? extends Annotation> constraint, Constrainable executable) Log.getCrossParameterConstraintOnMethodWithoutParametersException(Class<? extends Annotation> constraint, Constrainable executable) Log_$logger.getErrorDuringScriptExecutionException(String script, Exception e) Log.getErrorDuringScriptExecutionException(String script, Exception e) Log_$logger.getGroupConversionForSequenceException(Class<?> from) Log.getGroupConversionForSequenceException(Class<?> from) Log_$logger.getGroupConversionOnNonCascadingElementException(Object context) Log.getGroupConversionOnNonCascadingElementException(Object context) Log_$logger.getImplicitConstraintTargetInAmbiguousConfigurationException(Class<? extends Annotation> constraint) Log.getImplicitConstraintTargetInAmbiguousConfigurationException(Class<? extends Annotation> constraint) Log_$logger.getImplicitUnwrappingNotAllowedWhenSeveralMaximallySpecificValueExtractorsMarkedWithUnwrapByDefaultDeclaredException(Class<?> valueType, Collection<Class<? extends ValueExtractor>> valueExtractors) Log.getImplicitUnwrappingNotAllowedWhenSeveralMaximallySpecificValueExtractorsMarkedWithUnwrapByDefaultDeclaredException(Class<?> valueType, Collection<Class<? extends ValueExtractor>> valueExtractors) Log_$logger.getInconsistentValueUnwrappingConfigurationBetweenFieldAndItsGetterException(String property, Class<?> beanClass) Log.getInconsistentValueUnwrappingConfigurationBetweenFieldAndItsGetterException(String property, Class<?> beanClass) Log_$logger.getInvalidUnwrappingConfigurationForConstraintException(Constrainable constrainable, Class<? extends Annotation> constraint) Log.getInvalidUnwrappingConfigurationForConstraintException(Constrainable constrainable, Class<? extends Annotation> constraint) Log_$logger.getMethodReturnValueMustNotBeMarkedMoreThanOnceForCascadedValidationException(Callable callable1, Callable callable2) Log.getMethodReturnValueMustNotBeMarkedMoreThanOnceForCascadedValidationException(Callable callable1, Callable callable2) Log_$logger.getMethodsFromParallelTypesMustNotDefineGroupConversionsForCascadedReturnValueException(Callable method1, Callable method2) Log.getMethodsFromParallelTypesMustNotDefineGroupConversionsForCascadedReturnValueException(Callable method1, Callable method2) Log_$logger.getMultipleGroupConversionsForSameSourceException(Class<?> from, Collection<Class<?>> tos) Log.getMultipleGroupConversionsForSameSourceException(Class<?> from, Collection<Class<?>> tos) Log_$logger.getNoValueExtractorFoundForTypeException(Class<?> type, TypeVariable<?> typeParameter) Log_$logger.getNoValueExtractorFoundForTypeException(Type declaredType, TypeVariable<?> declaredTypeParameter, Class<?> valueType) Log.getNoValueExtractorFoundForTypeException(Class<?> type, TypeVariable<?> typeParameter) Log.getNoValueExtractorFoundForTypeException(Type declaredType, TypeVariable<?> declaredTypeParameter, Class<?> valueType) Log_$logger.getNoValueExtractorFoundForUnwrapException(Type type) Log_$logger.getParameterConfigurationAlteredInSubTypeException(Callable superMethod, Callable subMethod) Log.getParameterConfigurationAlteredInSubTypeException(Callable superMethod, Callable subMethod) Log_$logger.getParameterConstraintsDefinedInMethodsFromParallelTypesException(Callable method1, Callable method2) Log.getParameterConstraintsDefinedInMethodsFromParallelTypesException(Callable method1, Callable method2) Log_$logger.getParametersOrReturnValueConstraintTargetGivenAtNonExecutableException(Class<? extends Annotation> constraint, ConstraintTarget target) Log.getParametersOrReturnValueConstraintTargetGivenAtNonExecutableException(Class<? extends Annotation> constraint, ConstraintTarget target) Log_$logger.getScriptMustReturnTrueOrFalseException(String script) Log_$logger.getScriptMustReturnTrueOrFalseException(String script, Object executionResult, String type) Log.getScriptMustReturnTrueOrFalseException(String script) Log.getScriptMustReturnTrueOrFalseException(String script, Object executionResult, String type) Log_$logger.getUnableToGetMostSpecificValueExtractorDueToSeveralMaximallySpecificValueExtractorsDeclaredException(Class<?> valueType, Collection<Class<? extends ValueExtractor>> valueExtractors) Log.getUnableToGetMostSpecificValueExtractorDueToSeveralMaximallySpecificValueExtractorsDeclaredException(Class<?> valueType, Collection<Class<? extends ValueExtractor>> valueExtractors) Log_$logger.getVoidMethodsMustNotBeConstrainedException(Callable callable) Log.getVoidMethodsMustNotBeConstrainedException(Callable callable)