org.jboss.resteasy.jaxrs_api.i18n
@MessageBundle(projectCode="RESTEASY") public interface Messages
Modifier and Type | Field and Description |
---|---|
static int |
BASE |
static Messages |
MESSAGES |
Modifier and Type | Method and Description |
---|---|
String |
argumentsMustNotBeNull() |
String |
classCastException(URL resource,
String type) |
String |
couldNotFindFromFactoryFile(URL url) |
String |
entityMustNotBeNull() |
String |
mediaTypeLanguageEncodingNull() |
String |
missingTypeParameter() |
String |
nameIsNull() |
String |
pathParameterIsNull() |
String |
providerCouldNotBeFound(String factoryId) |
String |
providerCouldNotBeInstantiated(String className,
Exception e) |
String |
typeIsIncompatible() |
String |
valueIsNull() |
static final Messages MESSAGES
static final int BASE
@Message(id=9500, value="Arguments must not be null") String argumentsMustNotBeNull()
@Message(id=9505, value="ClassCastException: attempting to cast {0} to {1}", format=MESSAGE_FORMAT) String classCastException(URL resource, String type)
@Message(id=9510, value="Could not find from factory file %s") String couldNotFindFromFactoryFile(URL url)
@Message(id=9515, value="The entity must not be null") String entityMustNotBeNull()
@Message(id=9520, value="mediaType, language, encoding all null") String mediaTypeLanguageEncodingNull()
@Message(id=9525, value="Missing type parameter.") String missingTypeParameter()
@Message(id=9530, value="name==null") String nameIsNull()
@Message(id=9535, value="path parameter is null") String pathParameterIsNull()
@Message(id=9540, value="Provider for %s cannot be found") String providerCouldNotBeFound(String factoryId)
@Message(id=9545, value="Provider {0} could not be instantiated: {1}", format=MESSAGE_FORMAT) String providerCouldNotBeInstantiated(String className, Exception e)
@Message(id=9550, value="The type is incompatible with the class of the entity") String typeIsIncompatible()
@Message(id=9555, value="value==null") String valueIsNull()
Copyright © 2019. All Rights Reserved.