@MessageLogger(projectCode="HV")
public interface Log
extends org.jboss.logging.BasicLogger
Note:
New log messages must always use a new (incremented) message id. Don't re-use of existing message ids, even
if a given log method is not used anymore. Unused messages can be deleted.
Modifier and Type | Method and Description |
---|---|
void |
addingValueExtractor(java.lang.Class<? extends javax.validation.valueextraction.ValueExtractor<?>> valueExtractorClass) |
void |
errorInExpressionLanguage(java.lang.String expression,
java.lang.Exception e) |
void |
evaluatingExpressionLanguageExpressionCausedException(java.lang.String expression,
java.lang.Exception e) |
javax.validation.ValidationException |
getAnnotationDoesNotContainAParameterException(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass,
java.lang.String parameterName) |
javax.validation.ValidationException |
getAtLeastOneCustomMessageMustBeCreatedException() |
java.lang.IllegalArgumentException |
getAtLeastOneGroupHasToBeSpecifiedException() |
javax.validation.ValidationException |
getAttemptToSpecifyAnArrayWhereSingleValueIsExpectedException() |
javax.validation.ValidationException |
getBeanClassHasAlreadyBeConfiguredViaProgrammaticApiException(java.lang.Class<?> beanClass) |
javax.validation.ValidationException |
getBeanClassHasAlreadyBeenConfiguredInXmlException(java.lang.Class<?> beanClass) |
javax.validation.GroupDefinitionException |
getBeanClassMustBePartOfRedefinedDefaultGroupSequenceException(java.lang.Class<?> beanClass) |
javax.validation.ValidationException |
getBeanDoesNotContainConstructorException(java.lang.Class<?> beanClass,
java.lang.Class<?>[] parameterTypes) |
javax.validation.ValidationException |
getBeanDoesNotContainMethodException(java.lang.Class<?> beanClass,
java.lang.String methodName,
java.lang.Class<?>[] parameterTypes) |
javax.validation.ValidationException |
getBeanDoesNotContainTheFieldException(java.lang.Class<?> beanClass,
java.lang.String fieldName) |
javax.validation.ValidationException |
getBeanDoesNotContainThePropertyException(java.lang.Class<?> beanClass,
java.lang.String getterName) |
javax.validation.ConstraintDeclarationException |
getCannotMixDirectAnnotationAndListContainerOnComposedConstraintException(java.lang.Class<? extends java.lang.annotation.Annotation> composedConstraint,
java.lang.Class<? extends java.lang.annotation.Annotation> composingConstraint) |
java.lang.NumberFormatException |
getCharacterIsNotADigitException(char c) |
javax.validation.ConstraintDefinitionException |
getComposedAndComposingConstraintsHaveDifferentTypesException(java.lang.Class<? extends java.lang.annotation.Annotation> composedConstraintClass,
java.lang.Class<? extends java.lang.annotation.Annotation> composingConstraintClass,
ConstraintDescriptorImpl.ConstraintType composedConstraintType,
ConstraintDescriptorImpl.ConstraintType composingConstraintType) |
javax.validation.ValidationException |
getConstrainedElementConfiguredMultipleTimesException(java.lang.String location) |
javax.validation.ValidationException |
getConstraintHasAlreadyBeenConfiguredViaProgrammaticApiException(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass) |
javax.validation.ConstraintDefinitionException |
getConstraintParametersCannotStartWithValidException() |
javax.validation.ConstraintDefinitionException |
getConstraintValidatorDefinitionConstraintMismatchException(java.lang.Class<? extends javax.validation.ConstraintValidator<?,?>> constraintValidatorImplementationType,
java.lang.Class<? extends java.lang.annotation.Annotation> registeredConstraintAnnotationType,
java.lang.reflect.Type declaredConstraintAnnotationType) |
javax.validation.ValidationException |
getConstraintValidatorFactoryMustNotReturnNullException(java.lang.Class<? extends javax.validation.ConstraintValidator<?,?>> validatorClass) |
javax.validation.ConstraintDefinitionException |
getConstraintWithoutMandatoryParameterException(java.lang.String parameterName,
java.lang.String constraintName) |
javax.validation.ValidationException |
getConstructorHasAlreadyBeConfiguredViaProgrammaticApiException(java.lang.Class<?> beanClass,
java.lang.String constructor) |
javax.validation.ValidationException |
getConstructorIsDefinedTwiceInMappingXmlForBeanException(java.lang.reflect.Constructor<?> name,
java.lang.Class<?> beanClass) |
javax.validation.ValidationException |
getContainerElementConstraintsAndCascadedValidationNotSupportedOnArraysException(java.lang.reflect.Type type) |
javax.validation.ValidationException |
getContainerElementTypeHasAlreadyBeenConfiguredViaProgrammaticApiException(java.lang.reflect.Type type) |
javax.validation.ValidationException |
getContainerElementTypeHasAlreadyBeenConfiguredViaXmlMappingConfigurationException(ConstraintLocation rootConstraintLocation,
ContainerElementTypePath path) |
javax.validation.ConstraintDeclarationException |
getCreationOfScriptExecutorFailedException(java.lang.String languageName,
java.lang.Exception e) |
javax.validation.ConstraintDefinitionException |
getCrossParameterConstraintHasNoValidatorException(java.lang.Class<? extends java.lang.annotation.Annotation> constraint) |
javax.validation.ConstraintDeclarationException |
getCrossParameterConstraintOnClassException(java.lang.Class<? extends java.lang.annotation.Annotation> constraint) |
javax.validation.ConstraintDeclarationException |
getCrossParameterConstraintOnFieldException(java.lang.Class<? extends java.lang.annotation.Annotation> constraint,
java.lang.reflect.Member field) |
javax.validation.ConstraintDeclarationException |
getCrossParameterConstraintOnMethodWithoutParametersException(java.lang.Class<? extends java.lang.annotation.Annotation> constraint,
java.lang.reflect.Executable executable) |
javax.validation.ValidationException |
getCrossParameterElementHasAlreadyBeConfiguredViaProgrammaticApiException(java.lang.Class<?> beanClass,
java.lang.reflect.Executable executable) |
javax.validation.GroupDefinitionException |
getCyclicDependencyInGroupsDefinitionException() |
javax.validation.valueextraction.ValueExtractorDeclarationException |
getDuplicateDefinitionsOfValueExtractorException(java.lang.String className) |
java.lang.IllegalArgumentException |
getElementTypeHasToBeFieldOrMethodException() |
javax.validation.ValidationException |
getEmptyElementOnlySupportedWhenCharSequenceIsExpectedExpection() |
java.lang.IllegalArgumentException |
getEndIndexCannotBeNegativeException(int endIndex) |
javax.validation.ValidationException |
getErrorDuringCallOfTraversableResolverIsCascadableException(java.lang.RuntimeException e) |
javax.validation.ValidationException |
getErrorDuringCallOfTraversableResolverIsReachableException(java.lang.RuntimeException e) |
javax.validation.ConstraintDeclarationException |
getErrorDuringScriptExecutionException(java.lang.String script,
java.lang.Exception e) |
ScriptEvaluationException |
getErrorExecutingScriptException(java.lang.String script,
java.lang.Exception e) |
javax.validation.ValidationException |
getErrorParsingMappingFileException(java.lang.Exception e) |
javax.validation.ValidationException |
getErrorWhileExtractingValuesInValueExtractorException(java.lang.Class<? extends javax.validation.valueextraction.ValueExtractor> extractorImplementationType,
java.lang.Exception e) |
javax.validation.ValidationException |
getExceptionDuringIsValidCallException(java.lang.RuntimeException e) |
javax.validation.ValidationException |
getExceptionOccurredDuringMessageInterpolationException(java.lang.Exception e) |
javax.validation.valueextraction.ValueExtractorDefinitionException |
getExtractedValueOnTypeParameterOfContainerTypeMayNotDefineTypeAttributeException(java.lang.Class<? extends javax.validation.valueextraction.ValueExtractor> extractorImplementationType) |
javax.validation.ConstraintDefinitionException |
getGenericAndCrossParameterConstraintDoesNotDefineValidationAppliesToParameterException(java.lang.Class<? extends java.lang.annotation.Annotation> constraint) |
javax.validation.ConstraintDeclarationException |
getGroupConversionForSequenceException(java.lang.Class<?> from) |
javax.validation.ConstraintDeclarationException |
getGroupConversionOnNonCascadingElementException(java.lang.Object context) |
javax.validation.ValidationException |
getGroupHasToBeAnInterfaceException(java.lang.Class<?> clazz) |
java.lang.IllegalArgumentException |
getHasToBeABoxedTypeException(java.lang.Class<?> clazz) |
java.lang.IllegalArgumentException |
getHasToBeAPrimitiveTypeException(java.lang.Class<?> clazz) |
java.lang.IllegalArgumentException |
getIllegalArgumentException(java.lang.String message) |
javax.validation.ConstraintDeclarationException |
getImplicitConstraintTargetInAmbiguousConfigurationException(java.lang.Class<? extends java.lang.annotation.Annotation> constraint) |
javax.validation.ConstraintDeclarationException |
getImplicitUnwrappingNotAllowedWhenSeveralMaximallySpecificValueExtractorsMarkedWithUnwrapByDefaultDeclaredException(java.lang.Class<?> valueType,
java.util.Collection<java.lang.Class<? extends javax.validation.valueextraction.ValueExtractor>> valueExtractors) |
javax.validation.ValidationException |
getInconsistentConfigurationException() |
javax.validation.ValidationException |
getInconsistentFailFastConfigurationException() |
javax.validation.ConstraintDeclarationException |
getInconsistentValueUnwrappingConfigurationBetweenFieldAndItsGetterException(java.lang.String property,
java.lang.Class<?> beanClass) |
java.lang.IllegalArgumentException |
getInvalidBigDecimalFormatException(java.lang.String value,
java.lang.NumberFormatException e) |
javax.validation.ValidationException |
getInvalidCharValueException(java.lang.String value) |
java.lang.IllegalArgumentException |
getInvalidCheckDigitException(int startIndex,
int endIndex) |
javax.validation.GroupDefinitionException |
getInvalidDefaultGroupSequenceDefinitionException() |
java.lang.IllegalArgumentException |
getInvalidExecutableParameterIndexException(java.lang.reflect.Executable executable,
int index) |
java.lang.IllegalArgumentException |
getInvalidJavaIdentifierException(java.lang.String identifier) |
java.lang.IllegalArgumentException |
getInvalidLengthForFractionPartException() |
java.lang.IllegalArgumentException |
getInvalidLengthForIntegerPartException() |
java.lang.IllegalArgumentException |
getInvalidLengthOfParameterMetaDataListException(java.lang.reflect.Executable executable,
int nbParameters,
int listSize) |
javax.validation.ValidationException |
getInvalidNumberFormatException(java.lang.String formatName,
java.lang.NumberFormatException e) |
java.lang.IllegalArgumentException |
getInvalidParameterCountForExecutableException(java.lang.String executable,
int expectedParameterCount,
int actualParameterCount) |
javax.validation.ValidationException |
getInvalidParameterTypeException(java.lang.String type,
java.lang.Class<?> beanClass) |
java.lang.IllegalArgumentException |
getInvalidPropertyPathException() |
java.lang.IllegalArgumentException |
getInvalidPropertyPathException(java.lang.Class<?> beanClass,
java.lang.String propertyName) |
java.lang.IllegalArgumentException |
getInvalidRangeException(int startIndex,
int endIndex) |
java.lang.IllegalArgumentException |
getInvalidRegularExpressionException(java.util.regex.PatternSyntaxException e) |
javax.validation.ValidationException |
getInvalidReturnTypeException(java.lang.Class<?> returnType,
java.lang.ClassCastException e) |
javax.validation.ValidationException |
getInvalidTypeArgumentIndexException(java.lang.reflect.Type type,
int index) |
javax.validation.ConstraintDeclarationException |
getInvalidUnwrappingConfigurationForConstraintException(java.lang.reflect.Member member,
java.lang.Class<? extends java.lang.annotation.Annotation> constraint) |
javax.validation.ValidationException |
getIsDefinedTwiceInMappingXmlForBeanException(java.lang.String name,
java.lang.Class<?> beanClass) |
javax.validation.ValidationException |
getIsNotAConstraintValidatorClassException(java.lang.Class<?> validatorClass) |
javax.validation.ValidationException |
getIsNotAnAnnotationException(java.lang.Class<?> annotationClass) |
java.lang.IllegalArgumentException |
getLengthCannotBeNegativeException() |
java.lang.IllegalArgumentException |
getMaxCannotBeNegativeException() |
java.lang.IllegalArgumentException |
getMemberIsNeitherAFieldNorAMethodException(java.lang.reflect.Member member) |
javax.validation.ValidationException |
getMethodHasAlreadyBeConfiguredViaProgrammaticApiException(java.lang.Class<?> beanClass,
java.lang.String method) |
javax.validation.ValidationException |
getMethodIsDefinedTwiceInMappingXmlForBeanException(java.lang.reflect.Method name,
java.lang.Class<?> beanClass) |
java.lang.IllegalArgumentException |
getMethodOrConstructorNotDefinedByValidatedTypeException(java.lang.Class<?> validatedType,
java.lang.reflect.Executable executable) |
javax.validation.ConstraintDeclarationException |
getMethodReturnValueMustNotBeMarkedMoreThanOnceForCascadedValidationException(java.lang.reflect.Executable executable1,
java.lang.reflect.Executable executable2) |
javax.validation.ConstraintDeclarationException |
getMethodsFromParallelTypesMustNotDefineGroupConversionsForCascadedReturnValueException(java.lang.reflect.Executable method1,
java.lang.reflect.Executable method2) |
java.lang.IllegalArgumentException |
getMinCannotBeNegativeException() |
java.lang.IllegalArgumentException |
getMissingActualTypeArgumentForTypeParameterException(java.lang.reflect.TypeVariable<?> typeParameter) |
java.lang.IllegalArgumentException |
getMixingImplicitWithOtherExecutableTypesException() |
javax.validation.UnexpectedTypeException |
getMoreThanOneValidatorFoundForTypeException(java.lang.reflect.Type type,
java.util.Collection<java.lang.reflect.Type> validatorClasses) |
javax.validation.ConstraintDefinitionException |
getMultipleCrossParameterValidatorClassesException(java.lang.Class<? extends java.lang.annotation.Annotation> constraint) |
javax.validation.ConstraintDeclarationException |
getMultipleGroupConversionsForSameSourceException(java.lang.Class<?> from,
java.util.Collection<java.lang.Class<?>> tos) |
javax.validation.UnexpectedTypeException |
getMultipleValidatorsForSameTypeException(java.lang.Class<? extends java.lang.annotation.Annotation> constraint,
java.lang.reflect.Type type,
java.lang.Class<? extends javax.validation.ConstraintValidator<?,?>> validatorClass1,
java.lang.Class<? extends javax.validation.ConstraintValidator<?,?>> validatorClass2) |
java.lang.IllegalArgumentException |
getMultiplierCannotBeNegativeException(int multiplier) |
MessageDescriptorFormatException |
getNestedParameterException(java.lang.String messageDescriptor) |
javax.validation.GroupDefinitionException |
getNoDefaultGroupInGroupSequenceException() |
javax.validation.ValidationException |
getNoTypeArgumentIndexIsGivenForTypeWithMultipleTypeArgumentsException(java.lang.reflect.Type type) |
javax.validation.ValidationException |
getNoUnwrapperFoundForTypeException(java.lang.reflect.Type type) |
javax.validation.UnexpectedTypeException |
getNoValidatorFoundForTypeException(java.lang.Class<? extends java.lang.annotation.Annotation> constraintType,
java.lang.String validatedValueType,
java.lang.String path) |
javax.validation.ConstraintDeclarationException |
getNoValueExtractorFoundForTypeException(java.lang.Class<?> type,
java.lang.reflect.TypeVariable<?> typeParameter) |
javax.validation.ConstraintDeclarationException |
getNoValueExtractorFoundForTypeException(java.lang.reflect.Type declaredType,
java.lang.reflect.TypeVariable<?> declaredTypeParameter,
java.lang.Class<?> valueType) |
javax.validation.ConstraintDeclarationException |
getNoValueExtractorFoundForUnwrapException(java.lang.reflect.Type type) |
java.lang.IllegalArgumentException |
getNoValueProvidedForAnnotationAttributeException(java.lang.String parameterName,
java.lang.Class<? extends java.lang.annotation.Annotation> annotation) |
javax.validation.ValidationException |
getNullIsAnInvalidTypeForAConstraintValidatorException() |
javax.validation.valueextraction.ValueExtractorDefinitionException |
getOnlyUnboundWildcardTypeArgumentsSupportedForContainerTypeOfValueExtractorException(java.lang.Class<? extends javax.validation.valueextraction.ValueExtractor> valueExtractorClass) |
javax.validation.ConstraintDefinitionException |
getOverriddenConstraintAttributeNotFoundException(java.lang.String attributeName) |
javax.validation.ValidationException |
getOverridingConstraintDefinitionsInMultipleMappingFilesException(java.lang.String constraintClassName) |
javax.validation.valueextraction.ValueExtractorDefinitionException |
getParallelDefinitionsOfValueExtractorsException(java.lang.Class<?> extractorImplementationType) |
javax.validation.ConstraintDeclarationException |
getParameterConfigurationAlteredInSubTypeException(java.lang.reflect.Executable superMethod,
java.lang.reflect.Executable subMethod) |
javax.validation.ConstraintDeclarationException |
getParameterConstraintsDefinedInMethodsFromParallelTypesException(java.lang.reflect.Executable method1,
java.lang.reflect.Executable method2) |
javax.validation.ValidationException |
getParameterHasAlreadyBeConfiguredViaProgrammaticApiException(java.lang.Class<?> beanClass,
java.lang.reflect.Executable executable,
int parameterIndex) |
javax.validation.ValidationException |
getParameterIsNotAValidCallException() |
java.lang.IllegalStateException |
getParameterNodeAddedForNonCrossParameterConstraintException(javax.validation.Path path) |
javax.validation.ConstraintDeclarationException |
getParametersOrReturnValueConstraintTargetGivenAtNonExecutableException(java.lang.Class<? extends java.lang.annotation.Annotation> constraint,
javax.validation.ConstraintTarget target) |
java.lang.IllegalArgumentException |
getParameterTypesDoNotMatchException(java.lang.Class<?> actualType,
java.lang.reflect.Type expectedType,
int index,
java.lang.reflect.Executable executable) |
javax.validation.ValidationException |
getPropertyHasAlreadyBeConfiguredViaProgrammaticApiException(java.lang.Class<?> beanClass,
java.lang.String propertyName) |
java.lang.IllegalArgumentException |
getPropertyNameCannotBeNullOrEmptyException() |
java.lang.IllegalArgumentException |
getPropertyNotDefinedByValidatedTypeException(java.lang.Class<?> validatedType,
java.lang.String propertyName) |
java.lang.IllegalArgumentException |
getPropertyPathMustProvideIndexOrMapKeyException() |
javax.validation.ValidationException |
getReservedParameterNamesException(java.lang.String messageParameterName,
java.lang.String groupsParameterName,
java.lang.String payloadParameterName) |
javax.validation.ValidationException |
getReturnValueHasAlreadyBeConfiguredViaProgrammaticApiException(java.lang.Class<?> beanClass,
java.lang.reflect.Executable executable) |
javax.validation.ValidationException |
getReturnValueIsNotAValidCallException() |
javax.validation.ConstraintDeclarationException |
getScriptMustReturnTrueOrFalseException(java.lang.String script) |
javax.validation.ConstraintDeclarationException |
getScriptMustReturnTrueOrFalseException(java.lang.String script,
java.lang.Object executionResult,
java.lang.String type) |
javax.validation.GroupDefinitionException |
getSequenceDefinitionsNotAllowedException() |
java.lang.IllegalArgumentException |
getStartIndexCannotBeNegativeException(int startIndex) |
java.lang.IllegalArgumentException |
getTreatCheckAsIsNotADigitNorALetterException(int weight) |
java.lang.RuntimeException |
getTryingToInstantiateAnnotationWithUnknownAttributesException(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType,
java.util.Set<java.lang.String> unknownParameters) |
javax.validation.ValidationException |
getTypeIsNotAParameterizedNorArrayTypeException(java.lang.reflect.Type type) |
javax.validation.ValidationException |
getTypeNotSupportedForUnwrappingException(java.lang.Class<?> type) |
javax.validation.ValidationException |
getUnableToAccessMemberException(java.lang.String memberName,
java.lang.Exception e) |
javax.validation.ValidationException |
getUnableToAccessMethodException(java.lang.invoke.MethodHandles.Lookup lookup,
java.lang.Class<?> clazz,
java.lang.String methodName,
java.lang.Object[] parameterTypes,
java.lang.Throwable e) |
java.lang.ClassCastException |
getUnableToCastException(java.lang.Object object,
java.lang.Class<?> clazz) |
javax.validation.ValidationException |
getUnableToConvertTypeToClassException(java.lang.reflect.Type type) |
javax.validation.ValidationException |
getUnableToCreateAnnotationDescriptor(java.lang.Class<?> configuredClass,
java.lang.Throwable e) |
javax.validation.ValidationException |
getUnableToCreateAnnotationForConfiguredConstraintException(java.lang.RuntimeException e) |
javax.validation.ValidationException |
getUnableToCreateXMLEventReader(java.lang.String file,
java.lang.Exception e) |
javax.validation.ValidationException |
getUnableToDetermineSchemaVersionException(java.lang.String file,
javax.xml.stream.XMLStreamException e) |
javax.validation.GroupDefinitionException |
getUnableToExpandDefaultGroupListException(java.util.List<?> defaultGroupList,
java.util.List<?> groupList) |
javax.validation.GroupDefinitionException |
getUnableToExpandGroupSequenceException() |
javax.validation.ValidationException |
getUnableToFindAnnotationAttributeException(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass,
java.lang.String parameterName,
java.lang.NoSuchMethodException e) |
javax.validation.ValidationException |
getUnableToFindAnnotationDefDeclaredMethods(java.lang.Exception e) |
javax.validation.ValidationException |
getUnableToFindPropertyWithAccessException(java.lang.Class<?> beanClass,
java.lang.String property,
java.lang.annotation.ElementType elementType) |
javax.validation.ValidationException |
getUnableToFindProviderException(java.lang.Class<?> providerClass) |
ScriptEvaluatorNotFoundException |
getUnableToFindScriptEngineException(java.lang.String languageName) |
java.lang.IllegalArgumentException |
getUnableToFindTypeParameterInClass(java.lang.Class<?> clazz,
java.lang.Object typeParameterReference) |
javax.validation.ValidationException |
getUnableToGetAnnotationAttributeException(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass,
java.lang.String parameterName,
java.lang.Exception e) |
javax.validation.ValidationException |
getUnableToGetCurrentTimeFromClockProvider(java.lang.Exception e) |
javax.validation.ConstraintDeclarationException |
getUnableToGetMostSpecificValueExtractorDueToSeveralMaximallySpecificValueExtractorsDeclaredException(java.lang.Class<?> valueType,
java.util.Collection<java.lang.Class<? extends javax.validation.valueextraction.ValueExtractor>> valueExtractors) |
javax.validation.ValidationException |
getUnableToInitializeConstraintValidatorException(java.lang.Class<? extends javax.validation.ConstraintValidator> validatorClass,
java.lang.RuntimeException e) |
javax.validation.ValidationException |
getUnableToInitializeELExpressionFactoryException(java.lang.Throwable e) |
javax.validation.ValidationException |
getUnableToInstantiateClockProviderClassException(java.lang.String clockProviderClassName,
javax.validation.ValidationException e) |
javax.validation.ValidationException |
getUnableToInstantiateConstraintValidatorFactoryClassException(java.lang.String constraintValidatorFactoryClassName,
javax.validation.ValidationException e) |
javax.validation.ValidationException |
getUnableToInstantiateException(java.lang.Class<?> clazz,
java.lang.Exception e) |
javax.validation.ValidationException |
getUnableToInstantiateException(java.lang.String message,
java.lang.Class<?> clazz,
java.lang.Exception e) |
javax.validation.ValidationException |
getUnableToInstantiateMessageInterpolatorClassException(java.lang.String messageInterpolatorClassName,
java.lang.Exception e) |
javax.validation.ValidationException |
getUnableToInstantiateParameterNameProviderClassException(java.lang.String parameterNameProviderClassName,
javax.validation.ValidationException e) |
javax.validation.ValidationException |
getUnableToInstantiateScriptEvaluatorFactoryClassException(java.lang.String scriptEvaluatorFactoryClassName,
java.lang.Exception e) |
javax.validation.ValidationException |
getUnableToInstantiateTraversableResolverClassException(java.lang.String traversableResolverClassName,
java.lang.Exception e) |
javax.validation.ValidationException |
getUnableToInstantiateValidationProviderClassException(java.lang.String providerClassName,
java.lang.Exception e) |
javax.validation.ValidationException |
getUnableToInstantiateValueExtractorClassException(java.lang.String valueExtractorClassName,
javax.validation.ValidationException e) |
javax.validation.ValidationException |
getUnableToLoadClassException(java.lang.String className,
java.lang.ClassLoader loader,
java.lang.Exception e) |
javax.validation.ValidationException |
getUnableToLoadConstraintAnnotationClassException(java.lang.String constraintAnnotationClassName,
java.lang.Exception e) |
java.lang.ClassCastException |
getUnableToNarrowNodeTypeException(java.lang.Class<?> actualDescriptorType,
javax.validation.ElementKind kind,
java.lang.Class<?> expectedDescriptorType) |
javax.validation.ValidationException |
getUnableToOpenInputStreamForMappingFileException(java.lang.String mappingFileName) |
java.lang.IllegalArgumentException |
getUnableToParsePropertyPathException(java.lang.String propertyPath) |
javax.validation.ValidationException |
getUnableToParseTemporalValidationToleranceException(java.lang.String toleranceProperty,
java.lang.Exception e) |
javax.validation.ValidationException |
getUnableToParseValidationXmlFileException(java.lang.String file,
java.lang.Exception e) |
javax.validation.ValidationException |
getUnableToReachPropertyToValidateException(java.lang.Object bean,
javax.validation.Path path) |
javax.validation.ValidationException |
getUnableToRetrieveAnnotationParameterValueException(java.lang.Exception e) |
MessageDescriptorFormatException |
getUnbalancedBeginEndParameterException(java.lang.String messageDescriptor,
char character) |
javax.validation.ValidationException |
getUnexpectedParameterValueException() |
javax.validation.ValidationException |
getUnexpectedParameterValueException(java.lang.ClassCastException e) |
javax.validation.ValidationException |
getUnsupportedSchemaVersionException(java.lang.String file,
java.lang.String version) |
javax.validation.ValidationException |
getUnwrappingOfConstraintDescriptorNotSupportedYetException() |
javax.validation.ValidationException |
getValidateOnExecutionOnOverriddenOrInterfaceMethodException(java.lang.reflect.Executable executable) |
javax.validation.ConstraintDefinitionException |
getValidationAppliesToParameterMustHaveDefaultValueImplicitException(java.lang.Class<? extends java.lang.annotation.Annotation> constraint) |
javax.validation.ConstraintDefinitionException |
getValidationAppliesToParameterMustHaveReturnTypeConstraintTargetException(java.lang.Class<? extends java.lang.annotation.Annotation> constraint) |
javax.validation.ConstraintDefinitionException |
getValidationAppliesToParameterMustNotBeDefinedForNonGenericAndCrossParameterConstraintException(java.lang.Class<? extends java.lang.annotation.Annotation> constraint) |
javax.validation.ConstraintDefinitionException |
getValidatorForCrossParameterConstraintMustEitherValidateObjectOrObjectArrayException(java.lang.Class<? extends java.lang.annotation.Annotation> constraint) |
javax.validation.valueextraction.ValueExtractorDefinitionException |
getValueExtractorDeclaresExtractedValueMultipleTimesException(java.lang.Class<?> extractorType) |
javax.validation.valueextraction.ValueExtractorDefinitionException |
getValueExtractorFailsToDeclareExtractedValueException(java.lang.Class<?> extractorType) |
javax.validation.valueextraction.ValueExtractorDeclarationException |
getValueExtractorForTypeAndTypeUseAlreadyPresentException(javax.validation.valueextraction.ValueExtractor<?> first,
javax.validation.valueextraction.ValueExtractor<?> second) |
javax.validation.ConstraintDeclarationException |
getVoidMethodsMustNotBeConstrainedException(java.lang.reflect.Executable executable) |
java.lang.IllegalArgumentException |
getWeightCannotBeNegativeException(int weight) |
javax.validation.ValidationException |
getWrongAnnotationAttributeTypeException(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass,
java.lang.String attributeName,
java.lang.Class<?> expectedType,
java.lang.Class<?> currentType) |
javax.validation.ConstraintDefinitionException |
getWrongAttributeTypeForOverriddenConstraintException(java.lang.Class<?> expectedReturnType,
java.lang.Class<?> currentReturnType) |
javax.validation.GroupDefinitionException |
getWrongDefaultGroupSequenceProviderTypeException(java.lang.Class<?> beanClass) |
javax.validation.ConstraintDefinitionException |
getWrongDefaultValueForGroupsParameterException(java.lang.String constraintName) |
javax.validation.ConstraintDefinitionException |
getWrongDefaultValueForPayloadParameterException(java.lang.String constraintName) |
javax.validation.ValidationException |
getWrongPayloadClassException(java.lang.Class<?> payloadClass) |
javax.validation.ConstraintDefinitionException |
getWrongTypeForGroupsParameterException(java.lang.String constraintName,
java.lang.ClassCastException e) |
javax.validation.ConstraintDefinitionException |
getWrongTypeForMessageParameterException(java.lang.String constraintName) |
javax.validation.ConstraintDefinitionException |
getWrongTypeForPayloadParameterException(java.lang.String constraintName,
java.lang.ClassCastException e) |
void |
ignoringXmlConfiguration() |
void |
logConstraintValidatorPayload(java.lang.Object payload) |
void |
logTemporalValidationTolerance(java.time.Duration tolerance) |
void |
logUnableToLoadOrInstantiateJPAAwareResolver(java.lang.String traversableResolverClassName) |
javax.validation.ValidationException |
logUnknownElementInXmlConfiguration(java.lang.String tag) |
void |
logValidatorFactoryScopedConfiguration(java.lang.Class<?> configuredClass,
java.lang.String configuredElement) |
void |
parsingXMLFile(java.lang.String fileName) |
void |
unableToCloseInputStream() |
void |
unableToCloseXMLFileInputStream(java.lang.String fileName) |
void |
unableToCreateSchema(java.lang.String fileName,
java.lang.String message) |
javax.validation.ValidationException |
unableToGetXmlSchema(java.lang.String schemaResourceName) |
void |
unknownJvmVersion(java.lang.String vmVersionStr) |
void |
unknownPropertyInExpressionLanguage(java.lang.String expression,
java.lang.Exception e) |
void |
usingClockProvider(java.lang.Class<? extends javax.validation.ClockProvider> clockProviderClass) |
void |
usingConstraintValidatorFactory(java.lang.Class<? extends javax.validation.ConstraintValidatorFactory> constraintValidatorFactoryClass) |
void |
usingMessageInterpolator(java.lang.Class<? extends javax.validation.MessageInterpolator> messageInterpolatorClass) |
void |
usingParameterNameProvider(java.lang.Class<? extends javax.validation.ParameterNameProvider> parameterNameProviderClass) |
void |
usingScriptEvaluatorFactory(java.lang.Class<? extends ScriptEvaluatorFactory> scriptEvaluatorFactoryClass) |
void |
usingTraversableResolver(java.lang.Class<? extends javax.validation.TraversableResolver> traversableResolverClass) |
void |
usingValidationProvider(java.lang.Class<? extends javax.validation.spi.ValidationProvider<?>> validationProviderClass) |
void |
version(java.lang.String version) |
void |
warnElIsUnsupported(java.lang.String expression) |
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
@LogMessage(level=INFO) @Message(id=1, value="Hibernate Validator %s") void version(java.lang.String version)
@LogMessage(level=INFO) @Message(id=2, value="Ignoring XML configuration.") void ignoringXmlConfiguration()
@LogMessage(level=INFO) @Message(id=3, value="Using %s as constraint validator factory.") void usingConstraintValidatorFactory(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends javax.validation.ConstraintValidatorFactory> constraintValidatorFactoryClass)
@LogMessage(level=INFO) @Message(id=4, value="Using %s as message interpolator.") void usingMessageInterpolator(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends javax.validation.MessageInterpolator> messageInterpolatorClass)
@LogMessage(level=INFO) @Message(id=5, value="Using %s as traversable resolver.") void usingTraversableResolver(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends javax.validation.TraversableResolver> traversableResolverClass)
@LogMessage(level=INFO) @Message(id=6, value="Using %s as validation provider.") void usingValidationProvider(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends javax.validation.spi.ValidationProvider<?>> validationProviderClass)
@LogMessage(level=INFO) @Message(id=7, value="%s found. Parsing XML based configuration.") void parsingXMLFile(java.lang.String fileName)
@LogMessage(level=WARN) @Message(id=8, value="Unable to close input stream.") void unableToCloseInputStream()
@LogMessage(level=WARN) @Message(id=10, value="Unable to close input stream for %s.") void unableToCloseXMLFileInputStream(java.lang.String fileName)
@LogMessage(level=WARN) @Message(id=11, value="Unable to create schema for %1$s: %2$s") void unableToCreateSchema(java.lang.String fileName, java.lang.String message)
@Message(id=12, value="Unable to create annotation for configured constraint") javax.validation.ValidationException getUnableToCreateAnnotationForConfiguredConstraintException(@Cause java.lang.RuntimeException e)
@Message(id=13, value="The class %1$s does not have a property \'%2$s\' with access %3$s.") javax.validation.ValidationException getUnableToFindPropertyWithAccessException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> beanClass, java.lang.String property, java.lang.annotation.ElementType elementType)
@Message(id=16, value="%s does not represent a valid BigDecimal format.") java.lang.IllegalArgumentException getInvalidBigDecimalFormatException(java.lang.String value, @Cause java.lang.NumberFormatException e)
@Message(id=17, value="The length of the integer part cannot be negative.") java.lang.IllegalArgumentException getInvalidLengthForIntegerPartException()
@Message(id=18, value="The length of the fraction part cannot be negative.") java.lang.IllegalArgumentException getInvalidLengthForFractionPartException()
@Message(id=19, value="The min parameter cannot be negative.") java.lang.IllegalArgumentException getMinCannotBeNegativeException()
@Message(id=20, value="The max parameter cannot be negative.") java.lang.IllegalArgumentException getMaxCannotBeNegativeException()
@Message(id=21, value="The length cannot be negative.") java.lang.IllegalArgumentException getLengthCannotBeNegativeException()
@Message(id=22, value="Invalid regular expression.") java.lang.IllegalArgumentException getInvalidRegularExpressionException(@Cause java.util.regex.PatternSyntaxException e)
@Message(id=23, value="Error during execution of script \"%s\" occurred.") javax.validation.ConstraintDeclarationException getErrorDuringScriptExecutionException(java.lang.String script, @Cause java.lang.Exception e)
@Message(id=24, value="Script \"%s\" returned null, but must return either true or false.") javax.validation.ConstraintDeclarationException getScriptMustReturnTrueOrFalseException(java.lang.String script)
@Message(id=25, value="Script \"%1$s\" returned %2$s (of type %3$s), but must return either true or false.") javax.validation.ConstraintDeclarationException getScriptMustReturnTrueOrFalseException(java.lang.String script, java.lang.Object executionResult, java.lang.String type)
@Message(id=26, value="Assertion error: inconsistent ConfigurationImpl construction.") javax.validation.ValidationException getInconsistentConfigurationException()
@Message(id=27, value="Unable to find provider: %s.") javax.validation.ValidationException getUnableToFindProviderException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> providerClass)
@Message(id=28, value="Unexpected exception during isValid call.") javax.validation.ValidationException getExceptionDuringIsValidCallException(@Cause java.lang.RuntimeException e)
@Message(id=29, value="Constraint factory returned null when trying to create instance of %s.") javax.validation.ValidationException getConstraintValidatorFactoryMustNotReturnNullException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends javax.validation.ConstraintValidator<?,?>> validatorClass)
@Message(id=30, value="No validator could be found for constraint \'%s\' validating type \'%s\'. Check configuration for \'%s\'") javax.validation.UnexpectedTypeException getNoValidatorFoundForTypeException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends java.lang.annotation.Annotation> constraintType, java.lang.String validatedValueType, java.lang.String path)
@Message(id=31, value="There are multiple validator classes which could validate the type %1$s. The validator classes are: %2$s.") javax.validation.UnexpectedTypeException getMoreThanOneValidatorFoundForTypeException(java.lang.reflect.Type type, @FormatWith(value=CollectionOfObjectsToStringFormatter.class) java.util.Collection<java.lang.reflect.Type> validatorClasses)
@Message(id=32, value="Unable to initialize %s.") javax.validation.ValidationException getUnableToInitializeConstraintValidatorException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends javax.validation.ConstraintValidator> validatorClass, @Cause java.lang.RuntimeException e)
@Message(id=33, value="At least one custom message must be created if the default error message gets disabled.") javax.validation.ValidationException getAtLeastOneCustomMessageMustBeCreatedException()
@Message(id=34, value="%s is not a valid Java Identifier.") java.lang.IllegalArgumentException getInvalidJavaIdentifierException(java.lang.String identifier)
@Message(id=35, value="Unable to parse property path %s.") java.lang.IllegalArgumentException getUnableToParsePropertyPathException(java.lang.String propertyPath)
@Message(id=36, value="Type %s not supported for unwrapping.") javax.validation.ValidationException getTypeNotSupportedForUnwrappingException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> type)
@Message(id=37, value="Inconsistent fail fast configuration. Fail fast enabled via programmatic API, but explicitly disabled via properties.") javax.validation.ValidationException getInconsistentFailFastConfigurationException()
@Message(id=38, value="Invalid property path.") java.lang.IllegalArgumentException getInvalidPropertyPathException()
@Message(id=39, value="Invalid property path. Either there is no property %2$s in entity %1$s or it is not possible to cascade to the property.") java.lang.IllegalArgumentException getInvalidPropertyPathException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> beanClass, java.lang.String propertyName)
@Message(id=40, value="Property path must provide index or map key.") java.lang.IllegalArgumentException getPropertyPathMustProvideIndexOrMapKeyException()
@Message(id=41, value="Call to TraversableResolver.isReachable() threw an exception.") javax.validation.ValidationException getErrorDuringCallOfTraversableResolverIsReachableException(@Cause java.lang.RuntimeException e)
@Message(id=42, value="Call to TraversableResolver.isCascadable() threw an exception.") javax.validation.ValidationException getErrorDuringCallOfTraversableResolverIsCascadableException(@Cause java.lang.RuntimeException e)
@Message(id=43, value="Unable to expand default group list %1$s into sequence %2$s.") javax.validation.GroupDefinitionException getUnableToExpandDefaultGroupListException(@FormatWith(value=CollectionOfObjectsToStringFormatter.class) java.util.List<?> defaultGroupList, @FormatWith(value=CollectionOfObjectsToStringFormatter.class) java.util.List<?> groupList)
@Message(id=44, value="At least one group has to be specified.") java.lang.IllegalArgumentException getAtLeastOneGroupHasToBeSpecifiedException()
@Message(id=45, value="A group has to be an interface. %s is not.") javax.validation.ValidationException getGroupHasToBeAnInterfaceException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> clazz)
@Message(id=46, value="Sequence definitions are not allowed as composing parts of a sequence.") javax.validation.GroupDefinitionException getSequenceDefinitionsNotAllowedException()
@Message(id=47, value="Cyclic dependency in groups definition") javax.validation.GroupDefinitionException getCyclicDependencyInGroupsDefinitionException()
@Message(id=48, value="Unable to expand group sequence.") javax.validation.GroupDefinitionException getUnableToExpandGroupSequenceException()
@Message(id=52, value="Default group sequence and default group sequence provider cannot be defined at the same time.") javax.validation.GroupDefinitionException getInvalidDefaultGroupSequenceDefinitionException()
@Message(id=53, value="\'Default.class\' cannot appear in default group sequence list.") javax.validation.GroupDefinitionException getNoDefaultGroupInGroupSequenceException()
@Message(id=54, value="%s must be part of the redefined default group sequence.") javax.validation.GroupDefinitionException getBeanClassMustBePartOfRedefinedDefaultGroupSequenceException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> beanClass)
@Message(id=55, value="The default group sequence provider defined for %s has the wrong type") javax.validation.GroupDefinitionException getWrongDefaultGroupSequenceProviderTypeException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> beanClass)
@Message(id=56, value="Method or constructor %1$s doesn\'t have a parameter with index %2$d.") java.lang.IllegalArgumentException getInvalidExecutableParameterIndexException(@FormatWith(value=ExecutableFormatter.class) java.lang.reflect.Executable executable, int index)
@Message(id=59, value="Unable to retrieve annotation parameter value.") javax.validation.ValidationException getUnableToRetrieveAnnotationParameterValueException(@Cause java.lang.Exception e)
@Message(id=62, value="Method or constructor %1$s has %2$s parameters, but the passed list of parameter meta data has a size of %3$s.") java.lang.IllegalArgumentException getInvalidLengthOfParameterMetaDataListException(@FormatWith(value=ExecutableFormatter.class) java.lang.reflect.Executable executable, int nbParameters, int listSize)
@Message(id=63, value="Unable to instantiate %s.") javax.validation.ValidationException getUnableToInstantiateException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> clazz, @Cause java.lang.Exception e)
@Message(id=64, value="Unable to instantiate %1$s: %2$s.") javax.validation.ValidationException getUnableToInstantiateException(java.lang.String message, @FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> clazz, @Cause java.lang.Exception e)
@Message(id=65, value="Unable to load class: %s from %s.") javax.validation.ValidationException getUnableToLoadClassException(java.lang.String className, java.lang.ClassLoader loader, @Cause java.lang.Exception e)
@Message(id=68, value="Start index cannot be negative: %d.") java.lang.IllegalArgumentException getStartIndexCannotBeNegativeException(int startIndex)
@Message(id=69, value="End index cannot be negative: %d.") java.lang.IllegalArgumentException getEndIndexCannotBeNegativeException(int endIndex)
@Message(id=70, value="Invalid Range: %1$d > %2$d.") java.lang.IllegalArgumentException getInvalidRangeException(int startIndex, int endIndex)
@Message(id=71, value="A explicitly specified check digit must lie outside the interval: [%1$d, %2$d].") java.lang.IllegalArgumentException getInvalidCheckDigitException(int startIndex, int endIndex)
@Message(id=72, value="\'%c\' is not a digit.") java.lang.NumberFormatException getCharacterIsNotADigitException(char c)
@Message(id=73, value="Parameters starting with \'valid\' are not allowed in a constraint.") javax.validation.ConstraintDefinitionException getConstraintParametersCannotStartWithValidException()
@Message(id=74, value="%2$s contains Constraint annotation, but does not contain a %1$s parameter.") javax.validation.ConstraintDefinitionException getConstraintWithoutMandatoryParameterException(java.lang.String parameterName, java.lang.String constraintName)
@Message(id=75, value="%s contains Constraint annotation, but the payload parameter default value is not the empty array.") javax.validation.ConstraintDefinitionException getWrongDefaultValueForPayloadParameterException(java.lang.String constraintName)
@Message(id=76, value="%s contains Constraint annotation, but the payload parameter is of wrong type.") javax.validation.ConstraintDefinitionException getWrongTypeForPayloadParameterException(java.lang.String constraintName, @Cause java.lang.ClassCastException e)
@Message(id=77, value="%s contains Constraint annotation, but the groups parameter default value is not the empty array.") javax.validation.ConstraintDefinitionException getWrongDefaultValueForGroupsParameterException(java.lang.String constraintName)
@Message(id=78, value="%s contains Constraint annotation, but the groups parameter is of wrong type.") javax.validation.ConstraintDefinitionException getWrongTypeForGroupsParameterException(java.lang.String constraintName, @Cause java.lang.ClassCastException e)
@Message(id=79, value="%s contains Constraint annotation, but the message parameter is not of type java.lang.String.") javax.validation.ConstraintDefinitionException getWrongTypeForMessageParameterException(java.lang.String constraintName)
@Message(id=80, value="Overridden constraint does not define an attribute with name %s.") javax.validation.ConstraintDefinitionException getOverriddenConstraintAttributeNotFoundException(java.lang.String attributeName)
@Message(id=81, value="The overriding type of a composite constraint must be identical to the overridden one. Expected %1$s found %2$s.") javax.validation.ConstraintDefinitionException getWrongAttributeTypeForOverriddenConstraintException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> expectedReturnType, @FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> currentReturnType)
@Message(id=82, value="Wrong type for attribute \'%2$s\' of annotation %1$s. Expected: %3$s. Actual: %4$s.") javax.validation.ValidationException getWrongAnnotationAttributeTypeException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass, java.lang.String attributeName, @FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> expectedType, @FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> currentType)
@Message(id=83, value="The specified annotation %1$s defines no attribute \'%2$s\'.") javax.validation.ValidationException getUnableToFindAnnotationAttributeException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass, java.lang.String parameterName, @Cause java.lang.NoSuchMethodException e)
@Message(id=84, value="Unable to get attribute \'%2$s\' from annotation %1$s.") javax.validation.ValidationException getUnableToGetAnnotationAttributeException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass, java.lang.String parameterName, @Cause java.lang.Exception e)
@Message(id=85, value="No value provided for attribute \'%1$s\' of annotation @%2$s.") java.lang.IllegalArgumentException getNoValueProvidedForAnnotationAttributeException(java.lang.String parameterName, @FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends java.lang.annotation.Annotation> annotation)
@Message(id=86, value="Trying to instantiate annotation %1$s with unknown attribute(s): %2$s.") java.lang.RuntimeException getTryingToInstantiateAnnotationWithUnknownAttributesException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends java.lang.annotation.Annotation> annotationType, java.util.Set<java.lang.String> unknownParameters)
@Message(id=87, value="Property name cannot be null or empty.") java.lang.IllegalArgumentException getPropertyNameCannotBeNullOrEmptyException()
@Message(id=88, value="Element type has to be FIELD or METHOD.") java.lang.IllegalArgumentException getElementTypeHasToBeFieldOrMethodException()
@Message(id=89, value="Member %s is neither a field nor a method.") java.lang.IllegalArgumentException getMemberIsNeitherAFieldNorAMethodException(java.lang.reflect.Member member)
@Message(id=90, value="Unable to access %s.") javax.validation.ValidationException getUnableToAccessMemberException(java.lang.String memberName, @Cause java.lang.Exception e)
@Message(id=91, value="%s has to be a primitive type.") java.lang.IllegalArgumentException getHasToBeAPrimitiveTypeException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> clazz)
@Message(id=93, value="null is an invalid type for a constraint validator.") javax.validation.ValidationException getNullIsAnInvalidTypeForAConstraintValidatorException()
@Message(id=94, value="Missing actual type argument for type parameter: %s.") java.lang.IllegalArgumentException getMissingActualTypeArgumentForTypeParameterException(java.lang.reflect.TypeVariable<?> typeParameter)
@Message(id=95, value="Unable to instantiate constraint factory class %s.") javax.validation.ValidationException getUnableToInstantiateConstraintValidatorFactoryClassException(java.lang.String constraintValidatorFactoryClassName, @Cause javax.validation.ValidationException e)
@Message(id=96, value="Unable to open input stream for mapping file %s.") javax.validation.ValidationException getUnableToOpenInputStreamForMappingFileException(java.lang.String mappingFileName)
@Message(id=97, value="Unable to instantiate message interpolator class %s.") javax.validation.ValidationException getUnableToInstantiateMessageInterpolatorClassException(java.lang.String messageInterpolatorClassName, @Cause java.lang.Exception e)
@Message(id=98, value="Unable to instantiate traversable resolver class %s.") javax.validation.ValidationException getUnableToInstantiateTraversableResolverClassException(java.lang.String traversableResolverClassName, @Cause java.lang.Exception e)
@Message(id=99, value="Unable to instantiate validation provider class %s.") javax.validation.ValidationException getUnableToInstantiateValidationProviderClassException(java.lang.String providerClassName, @Cause java.lang.Exception e)
@Message(id=100, value="Unable to parse %s.") javax.validation.ValidationException getUnableToParseValidationXmlFileException(java.lang.String file, @Cause java.lang.Exception e)
@Message(id=101, value="%s is not an annotation.") javax.validation.ValidationException getIsNotAnAnnotationException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> annotationClass)
@Message(id=102, value="%s is not a constraint validator class.") javax.validation.ValidationException getIsNotAConstraintValidatorClassException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> validatorClass)
@Message(id=103, value="%s is configured at least twice in xml.") javax.validation.ValidationException getBeanClassHasAlreadyBeenConfiguredInXmlException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> beanClass)
@Message(id=104, value="%1$s is defined twice in mapping xml for bean %2$s.") javax.validation.ValidationException getIsDefinedTwiceInMappingXmlForBeanException(java.lang.String name, @FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> beanClass)
@Message(id=105, value="%1$s does not contain the fieldType %2$s.") javax.validation.ValidationException getBeanDoesNotContainTheFieldException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> beanClass, java.lang.String fieldName)
@Message(id=106, value="%1$s does not contain the property %2$s.") javax.validation.ValidationException getBeanDoesNotContainThePropertyException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> beanClass, java.lang.String getterName)
@Message(id=107, value="Annotation of type %1$s does not contain a parameter %2$s.") javax.validation.ValidationException getAnnotationDoesNotContainAParameterException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass, java.lang.String parameterName)
@Message(id=108, value="Attempt to specify an array where single value is expected.") javax.validation.ValidationException getAttemptToSpecifyAnArrayWhereSingleValueIsExpectedException()
@Message(id=109, value="Unexpected parameter value.") javax.validation.ValidationException getUnexpectedParameterValueException()
javax.validation.ValidationException getUnexpectedParameterValueException(@Cause java.lang.ClassCastException e)
@Message(id=110, value="Invalid %s format.") javax.validation.ValidationException getInvalidNumberFormatException(java.lang.String formatName, @Cause java.lang.NumberFormatException e)
@Message(id=111, value="Invalid char value: %s.") javax.validation.ValidationException getInvalidCharValueException(java.lang.String value)
@Message(id=112, value="Invalid return type: %s. Should be a enumeration type.") javax.validation.ValidationException getInvalidReturnTypeException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> returnType, @Cause java.lang.ClassCastException e)
@Message(id=113, value="%s, %s, %s are reserved parameter names.") javax.validation.ValidationException getReservedParameterNamesException(java.lang.String messageParameterName, java.lang.String groupsParameterName, java.lang.String payloadParameterName)
@Message(id=114, value="Specified payload class %s does not implement javax.validation.Payload") javax.validation.ValidationException getWrongPayloadClassException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> payloadClass)
@Message(id=115, value="Error parsing mapping file.") javax.validation.ValidationException getErrorParsingMappingFileException(@Cause java.lang.Exception e)
@Message(id=116, value="%s") java.lang.IllegalArgumentException getIllegalArgumentException(java.lang.String message)
@Message(id=118, value="Unable to cast %s (with element kind %s) to %s") java.lang.ClassCastException getUnableToNarrowNodeTypeException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> actualDescriptorType, javax.validation.ElementKind kind, @FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> expectedDescriptorType)
@LogMessage(level=INFO) @Message(id=119, value="Using %s as parameter name provider.") void usingParameterNameProvider(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends javax.validation.ParameterNameProvider> parameterNameProviderClass)
@Message(id=120, value="Unable to instantiate parameter name provider class %s.") javax.validation.ValidationException getUnableToInstantiateParameterNameProviderClassException(java.lang.String parameterNameProviderClassName, @Cause javax.validation.ValidationException e)
@Message(id=121, value="Unable to parse %s.") javax.validation.ValidationException getUnableToDetermineSchemaVersionException(java.lang.String file, @Cause javax.xml.stream.XMLStreamException e)
@Message(id=122, value="Unsupported schema version for %s: %s.") javax.validation.ValidationException getUnsupportedSchemaVersionException(java.lang.String file, java.lang.String version)
@Message(id=124, value="Found multiple group conversions for source group %s: %s.") javax.validation.ConstraintDeclarationException getMultipleGroupConversionsForSameSourceException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> from, @FormatWith(value=CollectionOfClassesObjectFormatter.class) java.util.Collection<java.lang.Class<?>> tos)
@Message(id=125, value="Found group conversions for non-cascading element at: %s.") javax.validation.ConstraintDeclarationException getGroupConversionOnNonCascadingElementException(java.lang.Object context)
@Message(id=127, value="Found group conversion using a group sequence as source at: %s.") javax.validation.ConstraintDeclarationException getGroupConversionForSequenceException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> from)
@LogMessage(level=WARN) @Message(id=129, value="EL expression \'%s\' references an unknown property") void unknownPropertyInExpressionLanguage(java.lang.String expression, @Cause java.lang.Exception e)
@LogMessage(level=WARN) @Message(id=130, value="Error in EL expression \'%s\'") void errorInExpressionLanguage(java.lang.String expression, @Cause java.lang.Exception e)
@Message(id=131, value="A method return value must not be marked for cascaded validation more than once in a class hierarchy, but the following two methods are marked as such: %s, %s.") javax.validation.ConstraintDeclarationException getMethodReturnValueMustNotBeMarkedMoreThanOnceForCascadedValidationException(@FormatWith(value=ExecutableFormatter.class) java.lang.reflect.Executable executable1, @FormatWith(value=ExecutableFormatter.class) java.lang.reflect.Executable executable2)
@Message(id=132, value="Void methods must not be constrained or marked for cascaded validation, but method %s is.") javax.validation.ConstraintDeclarationException getVoidMethodsMustNotBeConstrainedException(@FormatWith(value=ExecutableFormatter.class) java.lang.reflect.Executable executable)
@Message(id=133, value="%1$s does not contain a constructor with the parameter types %2$s.") javax.validation.ValidationException getBeanDoesNotContainConstructorException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> beanClass, @FormatWith(value=ArrayOfClassesObjectFormatter.class) java.lang.Class<?>[] parameterTypes)
@Message(id=134, value="Unable to load parameter of type \'%1$s\' in %2$s.") javax.validation.ValidationException getInvalidParameterTypeException(java.lang.String type, @FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> beanClass)
@Message(id=135, value="%1$s does not contain a method with the name \'%2$s\' and parameter types %3$s.") javax.validation.ValidationException getBeanDoesNotContainMethodException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> beanClass, java.lang.String methodName, @FormatWith(value=ArrayOfClassesObjectFormatter.class) java.lang.Class<?>[] parameterTypes)
@Message(id=136, value="The specified constraint annotation class %1$s cannot be loaded.") javax.validation.ValidationException getUnableToLoadConstraintAnnotationClassException(java.lang.String constraintAnnotationClassName, @Cause java.lang.Exception e)
@Message(id=137, value="The method \'%1$s\' is defined twice in the mapping xml for bean %2$s.") javax.validation.ValidationException getMethodIsDefinedTwiceInMappingXmlForBeanException(java.lang.reflect.Method name, @FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> beanClass)
@Message(id=138, value="The constructor \'%1$s\' is defined twice in the mapping xml for bean %2$s.") javax.validation.ValidationException getConstructorIsDefinedTwiceInMappingXmlForBeanException(java.lang.reflect.Constructor<?> name, @FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> beanClass)
@Message(id=139, value="The constraint \'%1$s\' defines multiple cross parameter validators. Only one is allowed.") javax.validation.ConstraintDefinitionException getMultipleCrossParameterValidatorClassesException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends java.lang.annotation.Annotation> constraint)
@Message(id=141, value="The constraint %1$s used ConstraintTarget#IMPLICIT where the target cannot be inferred.") javax.validation.ConstraintDeclarationException getImplicitConstraintTargetInAmbiguousConfigurationException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends java.lang.annotation.Annotation> constraint)
@Message(id=142, value="Cross parameter constraint %1$s is illegally placed on a parameterless method or constructor \'%2$s\'.") javax.validation.ConstraintDeclarationException getCrossParameterConstraintOnMethodWithoutParametersException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends java.lang.annotation.Annotation> constraint, @FormatWith(value=ExecutableFormatter.class) java.lang.reflect.Executable executable)
@Message(id=143, value="Cross parameter constraint %1$s is illegally placed on class level.") javax.validation.ConstraintDeclarationException getCrossParameterConstraintOnClassException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends java.lang.annotation.Annotation> constraint)
@Message(id=144, value="Cross parameter constraint %1$s is illegally placed on field \'%2$s\'.") javax.validation.ConstraintDeclarationException getCrossParameterConstraintOnFieldException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends java.lang.annotation.Annotation> constraint, java.lang.reflect.Member field)
@Message(id=146, value="No parameter nodes may be added since path %s doesn\'t refer to a cross-parameter constraint.") java.lang.IllegalStateException getParameterNodeAddedForNonCrossParameterConstraintException(javax.validation.Path path)
@Message(id=147, value="%1$s is configured multiple times (note, <getter> and <method> nodes for the same method are not allowed)") javax.validation.ValidationException getConstrainedElementConfiguredMultipleTimesException(java.lang.String location)
@LogMessage(level=WARN) @Message(id=148, value="An exception occurred during evaluation of EL expression \'%s\'") void evaluatingExpressionLanguageExpressionCausedException(java.lang.String expression, @Cause java.lang.Exception e)
@Message(id=149, value="An exception occurred during message interpolation") javax.validation.ValidationException getExceptionOccurredDuringMessageInterpolationException(@Cause java.lang.Exception e)
@Message(id=150, value="The constraint %1$s defines multiple validators for the type %2$s: %3$s, %4$s. Only one is allowed.") javax.validation.UnexpectedTypeException getMultipleValidatorsForSameTypeException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends java.lang.annotation.Annotation> constraint, @FormatWith(value=TypeFormatter.class) java.lang.reflect.Type type, @FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends javax.validation.ConstraintValidator<?,?>> validatorClass1, @FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends javax.validation.ConstraintValidator<?,?>> validatorClass2)
@Message(id=151, value="A method overriding another method must not redefine the parameter constraint configuration, but method %2$s redefines the configuration of %1$s.") javax.validation.ConstraintDeclarationException getParameterConfigurationAlteredInSubTypeException(@FormatWith(value=ExecutableFormatter.class) java.lang.reflect.Executable superMethod, @FormatWith(value=ExecutableFormatter.class) java.lang.reflect.Executable subMethod)
@Message(id=152, value="Two methods defined in parallel types must not declare parameter constraints, if they are overridden by the same method, but methods %s and %s both define parameter constraints.") javax.validation.ConstraintDeclarationException getParameterConstraintsDefinedInMethodsFromParallelTypesException(@FormatWith(value=ExecutableFormatter.class) java.lang.reflect.Executable method1, @FormatWith(value=ExecutableFormatter.class) java.lang.reflect.Executable method2)
@Message(id=153, value="The constraint %1$s used ConstraintTarget#%2$s but is not specified on a method or constructor.") javax.validation.ConstraintDeclarationException getParametersOrReturnValueConstraintTargetGivenAtNonExecutableException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends java.lang.annotation.Annotation> constraint, javax.validation.ConstraintTarget target)
@Message(id=154, value="Cross parameter constraint %1$s has no cross-parameter validator.") javax.validation.ConstraintDefinitionException getCrossParameterConstraintHasNoValidatorException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends java.lang.annotation.Annotation> constraint)
@Message(id=155, value="Composed and composing constraints must have the same constraint type, but composed constraint %1$s has type %3$s, while composing constraint %2$s has type %4$s.") javax.validation.ConstraintDefinitionException getComposedAndComposingConstraintsHaveDifferentTypesException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends java.lang.annotation.Annotation> composedConstraintClass, @FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends java.lang.annotation.Annotation> composingConstraintClass, ConstraintDescriptorImpl.ConstraintType composedConstraintType, ConstraintDescriptorImpl.ConstraintType composingConstraintType)
@Message(id=156, value="Constraints with generic as well as cross-parameter validators must define an attribute validationAppliesTo(), but constraint %s doesn\'t.") javax.validation.ConstraintDefinitionException getGenericAndCrossParameterConstraintDoesNotDefineValidationAppliesToParameterException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends java.lang.annotation.Annotation> constraint)
@Message(id=157, value="Return type of the attribute validationAppliesTo() of the constraint %s must be javax.validation.ConstraintTarget.") javax.validation.ConstraintDefinitionException getValidationAppliesToParameterMustHaveReturnTypeConstraintTargetException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends java.lang.annotation.Annotation> constraint)
@Message(id=158, value="Default value of the attribute validationAppliesTo() of the constraint %s must be ConstraintTarget#IMPLICIT.") javax.validation.ConstraintDefinitionException getValidationAppliesToParameterMustHaveDefaultValueImplicitException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends java.lang.annotation.Annotation> constraint)
@Message(id=159, value="Only constraints with generic as well as cross-parameter validators must define an attribute validationAppliesTo(), but constraint %s does.") javax.validation.ConstraintDefinitionException getValidationAppliesToParameterMustNotBeDefinedForNonGenericAndCrossParameterConstraintException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends java.lang.annotation.Annotation> constraint)
@Message(id=160, value="Validator for cross-parameter constraint %s does not validate Object nor Object[].") javax.validation.ConstraintDefinitionException getValidatorForCrossParameterConstraintMustEitherValidateObjectOrObjectArrayException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends java.lang.annotation.Annotation> constraint)
@Message(id=161, value="Two methods defined in parallel types must not define group conversions for a cascaded method return value, if they are overridden by the same method, but methods %s and %s both define parameter constraints.") javax.validation.ConstraintDeclarationException getMethodsFromParallelTypesMustNotDefineGroupConversionsForCascadedReturnValueException(@FormatWith(value=ExecutableFormatter.class) java.lang.reflect.Executable method1, @FormatWith(value=ExecutableFormatter.class) java.lang.reflect.Executable method2)
@Message(id=162, value="The validated type %1$s does not specify the constructor/method: %2$s") java.lang.IllegalArgumentException getMethodOrConstructorNotDefinedByValidatedTypeException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> validatedType, @FormatWith(value=ExecutableFormatter.class) java.lang.reflect.Executable executable)
@Message(id=163, value="The actual parameter type \'%1$s\' is not assignable to the expected one \'%2$s\' for parameter %3$d of \'%4$s\'") java.lang.IllegalArgumentException getParameterTypesDoNotMatchException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> actualType, java.lang.reflect.Type expectedType, int index, @FormatWith(value=ExecutableFormatter.class) java.lang.reflect.Executable executable)
@Message(id=164, value="%s has to be a auto-boxed type.") java.lang.IllegalArgumentException getHasToBeABoxedTypeException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> clazz)
@Message(id=165, value="Mixing IMPLICIT and other executable types is not allowed.") java.lang.IllegalArgumentException getMixingImplicitWithOtherExecutableTypesException()
@Message(id=166, value="@ValidateOnExecution is not allowed on methods overriding a superclass method or implementing an interface. Check configuration for %1$s") javax.validation.ValidationException getValidateOnExecutionOnOverriddenOrInterfaceMethodException(@FormatWith(value=ExecutableFormatter.class) java.lang.reflect.Executable executable)
@Message(id=167, value="A given constraint definition can only be overridden in one mapping file. %1$s is overridden in multiple files") javax.validation.ValidationException getOverridingConstraintDefinitionsInMultipleMappingFilesException(java.lang.String constraintClassName)
@Message(id=168, value="The message descriptor \'%1$s\' contains an unbalanced meta character \'%2$c\'.") MessageDescriptorFormatException getUnbalancedBeginEndParameterException(java.lang.String messageDescriptor, char character)
@Message(id=169, value="The message descriptor \'%1$s\' has nested parameters.") MessageDescriptorFormatException getNestedParameterException(java.lang.String messageDescriptor)
@Message(id=170, value="No JSR-223 scripting engine could be bootstrapped for language \"%s\".") javax.validation.ConstraintDeclarationException getCreationOfScriptExecutorFailedException(java.lang.String languageName, @Cause java.lang.Exception e)
@Message(id=171, value="%s is configured more than once via the programmatic constraint declaration API.") javax.validation.ValidationException getBeanClassHasAlreadyBeConfiguredViaProgrammaticApiException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> beanClass)
@Message(id=172, value="Property \"%2$s\" of type %1$s is configured more than once via the programmatic constraint declaration API.") javax.validation.ValidationException getPropertyHasAlreadyBeConfiguredViaProgrammaticApiException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> beanClass, java.lang.String propertyName)
@Message(id=173, value="Method %2$s of type %1$s is configured more than once via the programmatic constraint declaration API.") javax.validation.ValidationException getMethodHasAlreadyBeConfiguredViaProgrammaticApiException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> beanClass, java.lang.String method)
@Message(id=174, value="Parameter %3$s of method or constructor %2$s of type %1$s is configured more than once via the programmatic constraint declaration API.") javax.validation.ValidationException getParameterHasAlreadyBeConfiguredViaProgrammaticApiException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> beanClass, @FormatWith(value=ExecutableFormatter.class) java.lang.reflect.Executable executable, int parameterIndex)
@Message(id=175, value="The return value of method or constructor %2$s of type %1$s is configured more than once via the programmatic constraint declaration API.") javax.validation.ValidationException getReturnValueHasAlreadyBeConfiguredViaProgrammaticApiException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> beanClass, @FormatWith(value=ExecutableFormatter.class) java.lang.reflect.Executable executable)
@Message(id=176, value="Constructor %2$s of type %1$s is configured more than once via the programmatic constraint declaration API.") javax.validation.ValidationException getConstructorHasAlreadyBeConfiguredViaProgrammaticApiException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> beanClass, java.lang.String constructor)
@Message(id=177, value="Cross-parameter constraints for the method or constructor %2$s of type %1$s are declared more than once via the programmatic constraint declaration API.") javax.validation.ValidationException getCrossParameterElementHasAlreadyBeConfiguredViaProgrammaticApiException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> beanClass, @FormatWith(value=ExecutableFormatter.class) java.lang.reflect.Executable executable)
@Message(id=178, value="Multiplier cannot be negative: %d.") java.lang.IllegalArgumentException getMultiplierCannotBeNegativeException(int multiplier)
@Message(id=179, value="Weight cannot be negative: %d.") java.lang.IllegalArgumentException getWeightCannotBeNegativeException(int weight)
@Message(id=180, value="\'%c\' is not a digit nor a letter.") java.lang.IllegalArgumentException getTreatCheckAsIsNotADigitNorALetterException(int weight)
@Message(id=181, value="Wrong number of parameters. Method or constructor %1$s expects %2$d parameters, but got %3$d.") java.lang.IllegalArgumentException getInvalidParameterCountForExecutableException(java.lang.String executable, int expectedParameterCount, int actualParameterCount)
@Message(id=182, value="No validation value unwrapper is registered for type \'%1$s\'.") javax.validation.ValidationException getNoUnwrapperFoundForTypeException(java.lang.reflect.Type type)
@Message(id=183, value="Unable to initialize \'javax.el.ExpressionFactory\'. Check that you have the EL dependencies on the classpath, or use ParameterMessageInterpolator instead") javax.validation.ValidationException getUnableToInitializeELExpressionFactoryException(@Cause java.lang.Throwable e)
@LogMessage(level=WARN) @Message(id=185, value="Message contains EL expression: %1s, which is not supported by the selected message interpolator") void warnElIsUnsupported(java.lang.String expression)
@Message(id=189, value="The configuration of value unwrapping for property \'%s\' of bean \'%s\' is inconsistent between the field and its getter.") javax.validation.ConstraintDeclarationException getInconsistentValueUnwrappingConfigurationBetweenFieldAndItsGetterException(java.lang.String property, @FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> beanClass)
@Message(id=190, value="Unable to parse %s.") javax.validation.ValidationException getUnableToCreateXMLEventReader(java.lang.String file, @Cause java.lang.Exception e)
@LogMessage(level=WARN) @Message(id=192, value="Couldn\'t determine Java version from value %1s; Not enabling features requiring Java 8") void unknownJvmVersion(java.lang.String vmVersionStr)
@Message(id=193, value="%s is configured more than once via the programmatic constraint definition API.") javax.validation.ValidationException getConstraintHasAlreadyBeenConfiguredViaProgrammaticApiException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)
@Message(id=194, value="An empty element is only supported when a CharSequence is expected.") javax.validation.ValidationException getEmptyElementOnlySupportedWhenCharSequenceIsExpectedExpection()
@Message(id=195, value="Unable to reach the property to validate for the bean %s and the property path %s. A property is null along the way.") javax.validation.ValidationException getUnableToReachPropertyToValidateException(java.lang.Object bean, javax.validation.Path path)
@Message(id=196, value="Unable to convert the Type %s to a Class.") javax.validation.ValidationException getUnableToConvertTypeToClassException(java.lang.reflect.Type type)
@Message(id=197, value="No value extractor found for type parameter \'%2$s\' of type %1$s.") javax.validation.ConstraintDeclarationException getNoValueExtractorFoundForTypeException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> type, java.lang.reflect.TypeVariable<?> typeParameter)
@Message(id=198, value="No suitable value extractor found for type %1$s.") javax.validation.ConstraintDeclarationException getNoValueExtractorFoundForUnwrapException(java.lang.reflect.Type type)
@LogMessage(level=INFO) @Message(id=200, value="Using %s as clock provider.") void usingClockProvider(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends javax.validation.ClockProvider> clockProviderClass)
@Message(id=201, value="Unable to instantiate clock provider class %s.") javax.validation.ValidationException getUnableToInstantiateClockProviderClassException(java.lang.String clockProviderClassName, @Cause javax.validation.ValidationException e)
@Message(id=202, value="Unable to get the current time from the clock provider") javax.validation.ValidationException getUnableToGetCurrentTimeFromClockProvider(@Cause java.lang.Exception e)
@Message(id=203, value="Value extractor type %1s fails to declare the extracted type parameter using @ExtractedValue.") javax.validation.valueextraction.ValueExtractorDefinitionException getValueExtractorFailsToDeclareExtractedValueException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> extractorType)
@Message(id=204, value="Only one type parameter must be marked with @ExtractedValue for value extractor type %1s.") javax.validation.valueextraction.ValueExtractorDefinitionException getValueExtractorDeclaresExtractedValueMultipleTimesException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> extractorType)
@Message(id=205, value="Invalid unwrapping configuration for constraint %2$s on %1$s. You can only define one of \'Unwrapping.Skip\' or \'Unwrapping.Unwrap\'.") javax.validation.ConstraintDeclarationException getInvalidUnwrappingConfigurationForConstraintException(java.lang.reflect.Member member, @FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends java.lang.annotation.Annotation> constraint)
@Message(id=206, value="Unable to instantiate value extractor class %s.") javax.validation.ValidationException getUnableToInstantiateValueExtractorClassException(java.lang.String valueExtractorClassName, @Cause javax.validation.ValidationException e)
@LogMessage(level=INFO) @Message(id=207, value="Adding value extractor %s.") void addingValueExtractor(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends javax.validation.valueextraction.ValueExtractor<?>> valueExtractorClass)
@Message(id=208, value="Given value extractor %2$s handles the same type and type use as previously given value extractor %1$s.") javax.validation.valueextraction.ValueExtractorDeclarationException getValueExtractorForTypeAndTypeUseAlreadyPresentException(javax.validation.valueextraction.ValueExtractor<?> first, javax.validation.valueextraction.ValueExtractor<?> second)
@Message(id=209, value="A composing constraint (%2$s) must not be given directly on the composed constraint (%1$s) and using the corresponding List annotation at the same time.") javax.validation.ConstraintDeclarationException getCannotMixDirectAnnotationAndListContainerOnComposedConstraintException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends java.lang.annotation.Annotation> composedConstraint, @FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends java.lang.annotation.Annotation> composingConstraint)
@Message(id=210, value="Unable to find the type parameter %2$s in class %1$s.") java.lang.IllegalArgumentException getUnableToFindTypeParameterInClass(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> clazz, java.lang.Object typeParameterReference)
@Message(id=211, value="Given type is neither a parameterized nor an array type: %s.") javax.validation.ValidationException getTypeIsNotAParameterizedNorArrayTypeException(@FormatWith(value=TypeFormatter.class) java.lang.reflect.Type type)
@Message(id=212, value="Given type has no type argument with index %2$s: %1$s.") javax.validation.ValidationException getInvalidTypeArgumentIndexException(@FormatWith(value=TypeFormatter.class) java.lang.reflect.Type type, int index)
@Message(id=213, value="Given type has more than one type argument, hence an argument index must be specified: %s.") javax.validation.ValidationException getNoTypeArgumentIndexIsGivenForTypeWithMultipleTypeArgumentsException(@FormatWith(value=TypeFormatter.class) java.lang.reflect.Type type)
@Message(id=214, value="The same container element type of type %1$s is configured more than once via the programmatic constraint declaration API.") javax.validation.ValidationException getContainerElementTypeHasAlreadyBeenConfiguredViaProgrammaticApiException(@FormatWith(value=TypeFormatter.class) java.lang.reflect.Type type)
@Message(id=215, value="Calling parameter() is not allowed for the current element.") javax.validation.ValidationException getParameterIsNotAValidCallException()
@Message(id=216, value="Calling returnValue() is not allowed for the current element.") javax.validation.ValidationException getReturnValueIsNotAValidCallException()
@Message(id=217, value="The same container element type %2$s is configured more than once for location %1$s via the XML mapping configuration.") javax.validation.ValidationException getContainerElementTypeHasAlreadyBeenConfiguredViaXmlMappingConfigurationException(ConstraintLocation rootConstraintLocation, ContainerElementTypePath path)
@Message(id=218, value="Having parallel definitions of value extractors on a given class is not allowed: %s.") javax.validation.valueextraction.ValueExtractorDefinitionException getParallelDefinitionsOfValueExtractorsException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> extractorImplementationType)
@Message(id=219, value="Unable to get the most specific value extractor for type %1$s as several most specific value extractors are declared: %2$s.") javax.validation.ConstraintDeclarationException getUnableToGetMostSpecificValueExtractorDueToSeveralMaximallySpecificValueExtractorsDeclaredException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> valueType, @FormatWith(value=CollectionOfClassesObjectFormatter.class) java.util.Collection<java.lang.Class<? extends javax.validation.valueextraction.ValueExtractor>> valueExtractors)
@Message(id=220, value="When @ExtractedValue is defined on a type parameter of a container type, the type attribute may not be set: %1$s.") javax.validation.valueextraction.ValueExtractorDefinitionException getExtractedValueOnTypeParameterOfContainerTypeMayNotDefineTypeAttributeException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends javax.validation.valueextraction.ValueExtractor> extractorImplementationType)
@Message(id=221, value="An error occurred while extracting values in value extractor %1$s.") javax.validation.ValidationException getErrorWhileExtractingValuesInValueExtractorException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends javax.validation.valueextraction.ValueExtractor> extractorImplementationType, @Cause java.lang.Exception e)
@Message(id=222, value="The same value extractor %s is added more than once via the XML configuration.") javax.validation.valueextraction.ValueExtractorDeclarationException getDuplicateDefinitionsOfValueExtractorException(java.lang.String className)
@Message(id=223, value="Implicit unwrapping is not allowed for type %1$s as several maximally specific value extractors marked with @UnwrapByDefault are declared: %2$s.") javax.validation.ConstraintDeclarationException getImplicitUnwrappingNotAllowedWhenSeveralMaximallySpecificValueExtractorsMarkedWithUnwrapByDefaultDeclaredException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> valueType, @FormatWith(value=CollectionOfClassesObjectFormatter.class) java.util.Collection<java.lang.Class<? extends javax.validation.valueextraction.ValueExtractor>> valueExtractors)
@Message(id=224, value="Unwrapping of ConstraintDescriptor is not supported yet.") javax.validation.ValidationException getUnwrappingOfConstraintDescriptorNotSupportedYetException()
@Message(id=225, value="Only unbound wildcard type arguments are supported for the container type of the value extractor: %1$s.") javax.validation.valueextraction.ValueExtractorDefinitionException getOnlyUnboundWildcardTypeArgumentsSupportedForContainerTypeOfValueExtractorException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends javax.validation.valueextraction.ValueExtractor> valueExtractorClass)
@Message(id=226, value="Container element constraints and cascading validation are not supported on arrays: %1$s") javax.validation.ValidationException getContainerElementConstraintsAndCascadedValidationNotSupportedOnArraysException(@FormatWith(value=TypeFormatter.class) java.lang.reflect.Type type)
@Message(id=227, value="The validated type %1$s does not specify the property: %2$s") java.lang.IllegalArgumentException getPropertyNotDefinedByValidatedTypeException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> validatedType, java.lang.String propertyName)
@Message(id=228, value="No value extractor found when narrowing down to the runtime type %3$s among the value extractors for type parameter \'%2$s\' of type %1$s.") javax.validation.ConstraintDeclarationException getNoValueExtractorFoundForTypeException(@FormatWith(value=TypeFormatter.class) java.lang.reflect.Type declaredType, java.lang.reflect.TypeVariable<?> declaredTypeParameter, @FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> valueType)
@Message(id=229, value="Unable to cast %1$s to %2$s.") java.lang.ClassCastException getUnableToCastException(java.lang.Object object, @FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> clazz)
@LogMessage(level=INFO) @Message(id=230, value="Using %s as script evaluator factory.") void usingScriptEvaluatorFactory(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends ScriptEvaluatorFactory> scriptEvaluatorFactoryClass)
@Message(id=231, value="Unable to instantiate script evaluator factory class %s.") javax.validation.ValidationException getUnableToInstantiateScriptEvaluatorFactoryClassException(java.lang.String scriptEvaluatorFactoryClassName, @Cause java.lang.Exception e)
@Message(id=232, value="No JSR 223 script engine found for language \"%s\".") ScriptEvaluatorNotFoundException getUnableToFindScriptEngineException(java.lang.String languageName)
@Message(id=233, value="An error occurred while executing the script: \"%s\".") ScriptEvaluationException getErrorExecutingScriptException(java.lang.String script, @Cause java.lang.Exception e)
@LogMessage(level=DEBUG) @Message(id=234, value="Using %1$s as ValidatorFactory-scoped %2$s.") void logValidatorFactoryScopedConfiguration(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> configuredClass, java.lang.String configuredElement)
@Message(id=235, value="Unable to create an annotation descriptor for %1$s.") javax.validation.ValidationException getUnableToCreateAnnotationDescriptor(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> configuredClass, @Cause java.lang.Throwable e)
@Message(id=236, value="Unable to find the method required to create the constraint annotation descriptor.") javax.validation.ValidationException getUnableToFindAnnotationDefDeclaredMethods(@Cause java.lang.Exception e)
@Message(id=237, value="Unable to access method %3$s of class %2$s with parameters %4$s using lookup %1$s.") javax.validation.ValidationException getUnableToAccessMethodException(java.lang.invoke.MethodHandles.Lookup lookup, @FormatWith(value=ClassObjectFormatter.class) java.lang.Class<?> clazz, java.lang.String methodName, @FormatWith(value=ObjectArrayFormatter.class) java.lang.Object[] parameterTypes, @Cause java.lang.Throwable e)
@LogMessage(level=INFO) @Message(id=238, value="Temporal validation tolerance set to %1$s.") void logTemporalValidationTolerance(@FormatWith(value=DurationFormatter.class) java.time.Duration tolerance)
@Message(id=239, value="Unable to parse the temporal validation tolerance property %s. It should be a duration represented in milliseconds.") javax.validation.ValidationException getUnableToParseTemporalValidationToleranceException(java.lang.String toleranceProperty, @Cause java.lang.Exception e)
@LogMessage(level=DEBUG) @Message(id=240, value="Constraint validator payload set to %1$s.") void logConstraintValidatorPayload(java.lang.Object payload)
@Message(id=241, value="Encountered unsupported element %1$s while parsing the XML configuration.") javax.validation.ValidationException logUnknownElementInXmlConfiguration(java.lang.String tag)
@LogMessage(level=WARN) @Message(id=242, value="Unable to load or instantiate JPA aware resolver %1$s. All properties will per default be traversable.") void logUnableToLoadOrInstantiateJPAAwareResolver(java.lang.String traversableResolverClassName)
@Message(id=243, value="Constraint %2$s references constraint validator type %1$s, but this validator is defined for constraint type %3$s.") javax.validation.ConstraintDefinitionException getConstraintValidatorDefinitionConstraintMismatchException(@FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends javax.validation.ConstraintValidator<?,?>> constraintValidatorImplementationType, @FormatWith(value=ClassObjectFormatter.class) java.lang.Class<? extends java.lang.annotation.Annotation> registeredConstraintAnnotationType, @FormatWith(value=TypeFormatter.class) java.lang.reflect.Type declaredConstraintAnnotationType)
@Message(id=248, value="Unable to get an XML schema named %s.") javax.validation.ValidationException unableToGetXmlSchema(java.lang.String schemaResourceName)
Copyright © 2007-2022 Red Hat, Inc. All Rights Reserved