org.hibernate.validator.internal.util.logging
Interface Messages
- All Known Implementing Classes:
- Messages_$bundle
@MessageBundle(projectCode="HV")
public interface Messages
- Author:
- Hardy Ferentschik
MESSAGES
static final Messages MESSAGES
- The messages.
mustNotBeNull
@Message(value="must not be null.",
format=)
java.lang.String mustNotBeNull()
mustNotBeNull
@Message(value="%s must not be null.")
java.lang.String mustNotBeNull(java.lang.String parameterName)
parameterMustNotBeNull
@Message(value="The parameter \"%s\" must not be null.")
java.lang.String parameterMustNotBeNull(java.lang.String parameterName)
parameterMustNotBeEmpty
@Message(value="The parameter \"%s\" must not be empty.")
java.lang.String parameterMustNotBeEmpty(java.lang.String parameterName)
beanTypeCannotBeNull
@Message(value="The bean type cannot be null.",
format=)
java.lang.String beanTypeCannotBeNull()
propertyPathCannotBeNull
@Message(value="null is not allowed as property path.",
format=)
java.lang.String propertyPathCannotBeNull()
propertyNameMustNotBeEmpty
@Message(value="The property name must not be empty.",
format=)
java.lang.String propertyNameMustNotBeEmpty()
groupMustNotBeNull
@Message(value="null passed as group name.",
format=)
java.lang.String groupMustNotBeNull()
beanTypeMustNotBeNull
@Message(value="The bean type must not be null when creating a constraint mapping.",
format=)
java.lang.String beanTypeMustNotBeNull()
methodNameMustNotBeNull
@Message(value="The method name must not be null.",
format=)
java.lang.String methodNameMustNotBeNull()
validatedObjectMustNotBeNull
@Message(value="The object to be validated must not be null.",
format=)
java.lang.String validatedObjectMustNotBeNull()
validatedMethodMustNotBeNull
@Message(value="The method to be validated must not be null.",
format=)
java.lang.String validatedMethodMustNotBeNull()
classCannotBeNull
@Message(value="The class cannot be null.",
format=)
java.lang.String classCannotBeNull()
classIsNull
@Message(value="Class is null.",
format=)
java.lang.String classIsNull()
unableToFindScriptEngine
@Message(value="No JSR 223 script engine found for language \"%s\".")
java.lang.String unableToFindScriptEngine(java.lang.String languageName)
validatedConstructorMustNotBeNull
@Message(value="The constructor to be validated must not be null.",
format=)
java.lang.String validatedConstructorMustNotBeNull()
Copyright © 2012 Oracle Corporation. All Rights Reserved.