@MessageBundle(projectCode="HV")
public interface Messages
Modifier and Type | Method and Description |
---|---|
String |
beanTypeCannotBeNull() |
String |
beanTypeMustNotBeNull() |
String |
classCannotBeNull() |
String |
classIsNull() |
String |
groupMustNotBeNull() |
String |
methodNameMustNotBeNull() |
String |
mustNotBeNull() |
String |
mustNotBeNull(String parameterName) |
String |
parameterMustNotBeEmpty(String parameterName) |
String |
parameterMustNotBeNull(String parameterName) |
String |
propertyNameMustNotBeEmpty() |
String |
propertyPathCannotBeNull() |
String |
unableToFindScriptEngine(String languageName) |
String |
validatedMethodMustNotBeNull() |
String |
validatedObjectMustNotBeNull() |
static final Messages MESSAGES
@Message(value="must not be null.") String mustNotBeNull()
@Message(value="The parameter \"%s\" must not be null.") String parameterMustNotBeNull(String parameterName)
@Message(value="The parameter \"%s\" must not be empty.") String parameterMustNotBeEmpty(String parameterName)
@Message(value="The bean type cannot be null.") String beanTypeCannotBeNull()
@Message(value="null is not allowed as property path.") String propertyPathCannotBeNull()
@Message(value="The property name must not be empty.") String propertyNameMustNotBeEmpty()
@Message(value="null passed as group name.") String groupMustNotBeNull()
@Message(value="The bean type must not be null when creating a constraint mapping.") String beanTypeMustNotBeNull()
@Message(value="The method name must not be null.") String methodNameMustNotBeNull()
@Message(value="The object to be validated must not be null.") String validatedObjectMustNotBeNull()
@Message(value="The method to be validated must not be null.") String validatedMethodMustNotBeNull()
@Message(value="The class cannot be null.") String classCannotBeNull()
@Message(value="Class is null.") String classIsNull()
Copyright © 2007-2014 Red Hat Middleware, LLC. All Rights Reserved