@MessageBundle(projectCode="JBAS")
public interface PojoMessages
Modifier and Type | Field and Description |
---|---|
static PojoMessages |
MESSAGES
The messages
|
static final PojoMessages MESSAGES
@Message(id=17050, value="Failed to get module attachment for %s") DeploymentUnitProcessingException noModuleFound(DeploymentUnit unit)
unit
- the current deployment unitDeploymentUnitProcessingException
for the error.@Message(id=17051, value="Missing deployment reflection index for %s") DeploymentUnitProcessingException missingReflectionIndex(DeploymentUnit unit)
unit
- the current deployment unitDeploymentUnitProcessingException
for the error.@Message(id=17052, value="Failed to parse POJO xml [ %s ]") DeploymentUnitProcessingException failedToParse(org.jboss.vfs.VirtualFile file)
file
- the beans xml fileDeploymentUnitProcessingException
for the error.@Message(id=17053, value="Cannot instantiate new instance.") IllegalArgumentException cannotInstantiate(@Cause Throwable cause)
cause
- the causeIllegalArgumentException
for the error.@Message(id=17054, value="Cannot instantiate new collection instance.") IllegalArgumentException cannotInstantiateCollection(@Cause Throwable cause)
cause
- the causeIllegalArgumentException
for the error.@Message(id=17055, value="Cannot instantiate new map instance.") IllegalArgumentException cannotInstantiateMap(@Cause Throwable cause)
cause
- the causeIllegalArgumentException
for the error.@Message(id=17056, value="Too dynamic to determine injected type from factory!") IllegalArgumentException tooDynamicFromFactory()
IllegalArgumentException
for the error.@Message(id=17057, value="Too dynamic to determine injected type from dependency!") IllegalArgumentException tooDynamicFromDependency()
IllegalArgumentException
for the error.@Message(id=17058, value="Previous node is not a value config: %s") IllegalArgumentException notValueConfig(ConfigVisitorNode previous)
previous
- previous nodeIllegalArgumentException
for the error.@Message(id=17059, value="Null factory method!") IllegalArgumentException nullFactoryMethod()
IllegalArgumentException
for the error.@Message(id=17060, value="Null bean info!") IllegalArgumentException nullBeanInfo()
IllegalArgumentException
for the error.@Message(id=17061, value="Invalid number of type instances match: %s, type: %s") IllegalArgumentException invalidMatchSize(Set set, Class type)
set
- whole settype
- the type to matchIllegalArgumentException
for the error.@Message(id=17062, value="Cannot determine injected type: %s, try setting class attribute (if available).") IllegalArgumentException cannotDetermineInjectedType(String info)
info
- the infoIllegalArgumentException
for the error.@Message(id=17063, value="Null or empty alias.") IllegalArgumentException nullOrEmptyAlias()
IllegalArgumentException
for the error.@Message(id=17064, value="Null or empty dependency.") IllegalArgumentException nullOrEmptyDependency()
IllegalArgumentException
for the error.@Message(id=17065, value="Missing value") String missingValue()
@Message(id=17066, value="Null value") IllegalArgumentException nullValue()
IllegalArgumentException
for the error.@Message(id=17067, value="Null name") IllegalArgumentException nullName()
IllegalArgumentException
for the error.@Message(id=17068, value="Null method name!") IllegalArgumentException nullMethodName()
IllegalArgumentException
for the error.@Message(id=17069, value="Unknown type: %s") IllegalArgumentException unknownType(Object type)
type
- the typeIllegalArgumentException
for the error.@Message(id=17070, value="Illegal parameter length: %s") IllegalArgumentException illegalParameterLength(Object info)
info
- the infoIllegalArgumentException
for the error.@Message(id=17071, value="Missing factory method in ctor configuration: %s") org.jboss.msc.service.StartException missingFactoryMethod(BeanMetaDataConfig beanConfig)
beanConfig
- bean configIllegalArgumentException
for the error.@Message(id=17072, value="Missing bean info, set bean\'s class attribute: %s") String missingBeanInfo(BeanMetaDataConfig beanConfig)
beanConfig
- bean configIllegalArgumentException
for the error.@Message(id=17073, value="Wrong types size, doesn\'t match parameters!") IllegalArgumentException wrongTypeSize()
IllegalArgumentException
for the error.@Message(id=17074, value="Null ClassInfo!") IllegalArgumentException nullClassInfo()
IllegalArgumentException
for the error.@Message(id=17075, value="No such constructor: %s for class %s.") IllegalArgumentException ctorNotFound(Object args, String clazz)
args
- the argsclazz
- the classIllegalArgumentException
for the error.@Message(id=17076, value="Method not found %s%s for class %s.") IllegalArgumentException methodNotFound(String name, Object args, String clazz)
name
- the method nameargs
- the argsclazz
- the classIllegalArgumentException
for the error.@Message(id=17077, value="No such getter: %s on class %s.") IllegalArgumentException getterNotFound(Class<?> type, String clazz)
type
- the typeclazz
- the classIllegalArgumentException
for the error.@Message(id=17078, value="No such setter: %s on class %s.") IllegalArgumentException setterNotFound(Class<?> type, String clazz)
type
- the typeclazz
- the classIllegalArgumentException
for the error.@Message(id=17079, value="Ambiguous match %s.") IllegalArgumentException ambiguousMatch(Object info)
info
- the infoIllegalArgumentException
for the error.@Message(id=17080, value="Ambiguous match of %s for name %s on class %s.") IllegalArgumentException ambiguousMatch(Object info, String name, String clazz)
info
- the infoname
- the nameclazz
- the classIllegalArgumentException
for the error.@Message(id=17081, value="Field not found %s for class %s.") IllegalArgumentException fieldNotFound(String name, String clazz)
name
- the method nameclazz
- the classIllegalArgumentException
for the error.@Message(id=17082, value="Exception while parsing POJO descriptor file: %s") DeploymentUnitProcessingException parsingException(org.jboss.vfs.VirtualFile beansXml, @Cause Throwable cause)
beansXml
- the beans xml filecause
- the causeDeploymentUnitProcessingException
for the error.Copyright © 2015 JBoss by Red Hat. All rights reserved.