@MessageBundle(projectCode="SRCFG",
length=5)
public interface InjectionMessages
| Modifier and Type | Field and Description |
|---|---|
static InjectionMessages |
msg |
| Modifier and Type | Method and Description |
|---|---|
IllegalArgumentException |
illegalConversion(String name,
Type type) |
IllegalStateException |
noConfigPropertyDefaultName(javax.enterprise.inject.spi.InjectionPoint injectionPoint) |
ConfigException |
noConfigValue(String key) |
IllegalArgumentException |
noRawType(Type type) |
IllegalArgumentException |
noRegisteredConverter(Class<?> type) |
NoSuchElementException |
propertyNotFound(String name) |
ConfigException |
retrieveConfigFailure(IllegalArgumentException cause,
String key) |
IllegalStateException |
unhandledConfigProperty() |
static final InjectionMessages msg
@Signature(messageIndex=1,
value={java.lang.String.class,java.lang.String.class})
@Message(id=2000,
value="No Config Value exists for required property %s")
ConfigException noConfigValue(@Param @Pos(value=1)
String key)
@Signature(messageIndex=1,
value={java.lang.String.class,java.lang.String.class,java.lang.Throwable.class})
@Message(id=2001,
value="Failed to retrieve config for key %s")
ConfigException retrieveConfigFailure(@Cause
IllegalArgumentException cause,
@Param @Pos(value=1)
String key)
@Message(id=2002,
value="Could not find default name for @ConfigProperty InjectionPoint %s")
IllegalStateException noConfigPropertyDefaultName(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
@Message(id=2003,
value="Unhandled ConfigProperty")
IllegalStateException unhandledConfigProperty()
@Message(id=2004,
value="Required property %s not found")
NoSuchElementException propertyNotFound(String name)
@Message(id=2005,
value="Type has no raw type class: %s")
IllegalArgumentException noRawType(Type type)
@Message(id=2006,
value="The property %s cannot be converted to %s")
IllegalArgumentException illegalConversion(String name,
Type type)
@Message(id=2007,
value="No Converter registered for %s")
IllegalArgumentException noRegisteredConverter(Class<?> type)
Copyright © 2018–2020. All rights reserved.