Package io.smallrye.config
Class ConfigMessages_$bundle
- java.lang.Object
-
- io.smallrye.config.ConfigMessages_$bundle
-
- All Implemented Interfaces:
ConfigMessages,Serializable
public class ConfigMessages_$bundle extends Object implements ConfigMessages, Serializable
Warning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ConfigMessages_$bundleINSTANCE-
Fields inherited from interface io.smallrye.config.ConfigMessages
msg
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedConfigMessages_$bundle()
-
Method Summary
-
-
-
Field Detail
-
INSTANCE
public static final ConfigMessages_$bundle INSTANCE
-
-
Method Detail
-
readResolve
protected Object readResolve()
-
getLoggingLocale
protected Locale getLoggingLocale()
-
fileNotFound$str
protected String fileNotFound$str()
-
fileNotFound
public final IllegalStateException fileNotFound(String fileName)
- Specified by:
fileNotFoundin interfaceConfigMessages
-
failedToLoadConfig$str
protected String failedToLoadConfig$str()
-
failedToLoadConfig
public final IllegalStateException failedToLoadConfig(Throwable throwable)
- Specified by:
failedToLoadConfigin interfaceConfigMessages
-
failedCharacterConversion$str
protected String failedCharacterConversion$str()
-
failedCharacterConversion
public final IllegalArgumentException failedCharacterConversion(String value)
- Specified by:
failedCharacterConversionin interfaceConfigMessages
-
singleTypeConverter$str
protected String singleTypeConverter$str()
-
singleTypeConverter
public final IllegalStateException singleTypeConverter(String className)
- Specified by:
singleTypeConverterin interfaceConfigMessages
-
notArrayType$str
protected String notArrayType$str()
-
notArrayType
public final IllegalArgumentException notArrayType(String arrayType)
- Specified by:
notArrayTypein interfaceConfigMessages
-
valueNotMatchPattern$str
protected String valueNotMatchPattern$str()
-
valueNotMatchPattern
public final IllegalArgumentException valueNotMatchPattern(Pattern pattern, String value)
- Specified by:
valueNotMatchPatternin interfaceConfigMessages
-
lessThanMinimumValue$str
protected String lessThanMinimumValue$str()
-
lessThanMinimumValue
public final IllegalArgumentException lessThanMinimumValue(Object minimum, String value)
- Specified by:
lessThanMinimumValuein interfaceConfigMessages
-
lessThanEqualToMinimumValue$str
protected String lessThanEqualToMinimumValue$str()
-
lessThanEqualToMinimumValue
public final IllegalArgumentException lessThanEqualToMinimumValue(Object minimum, String value)
- Specified by:
lessThanEqualToMinimumValuein interfaceConfigMessages
-
greaterThanMaximumValue$str
protected String greaterThanMaximumValue$str()
-
greaterThanMaximumValue
public final IllegalArgumentException greaterThanMaximumValue(Object maximum, String value)
- Specified by:
greaterThanMaximumValuein interfaceConfigMessages
-
greaterThanEqualToMaximumValue$str
protected String greaterThanEqualToMaximumValue$str()
-
greaterThanEqualToMaximumValue
public final IllegalArgumentException greaterThanEqualToMaximumValue(Object maximum, String value)
- Specified by:
greaterThanEqualToMaximumValuein interfaceConfigMessages
-
unknownConverterId$str
protected String unknownConverterId$str()
-
unknownConverterId
public final InvalidObjectException unknownConverterId(int id)
- Specified by:
unknownConverterIdin interfaceConfigMessages
-
expandingElementNotFound$str
protected String expandingElementNotFound$str()
-
expandingElementNotFound
public final NoSuchElementException expandingElementNotFound(String key, String valueName)
- Specified by:
expandingElementNotFoundin interfaceConfigMessages
-
unableToAddConverter$str
protected String unableToAddConverter$str()
-
unableToAddConverter
public final IllegalStateException unableToAddConverter(org.eclipse.microprofile.config.spi.Converter<?> converter)
- Specified by:
unableToAddConverterin interfaceConfigMessages
-
noRegisteredConverter$str
protected String noRegisteredConverter$str()
-
noRegisteredConverter
public final IllegalArgumentException noRegisteredConverter(Class<?> type)
- Specified by:
noRegisteredConverterin interfaceConfigMessages
-
propertyNotFound$str
protected String propertyNotFound$str()
-
propertyNotFound
public final String propertyNotFound(String name)
- Specified by:
propertyNotFoundin interfaceConfigMessages
-
noConfigForClassloader$str
protected String noConfigForClassloader$str()
-
noConfigForClassloader
public final IllegalStateException noConfigForClassloader()
- Specified by:
noConfigForClassloaderin interfaceConfigMessages
-
configIsNull$str
protected String configIsNull$str()
-
configIsNull
public final IllegalArgumentException configIsNull()
- Specified by:
configIsNullin interfaceConfigMessages
-
configAlreadyRegistered$str
protected String configAlreadyRegistered$str()
-
configAlreadyRegistered
public final IllegalStateException configAlreadyRegistered()
- Specified by:
configAlreadyRegisteredin interfaceConfigMessages
-
malformedEncoding$str
protected String malformedEncoding$str()
-
malformedEncoding
public final IllegalArgumentException malformedEncoding()
- Specified by:
malformedEncodingin interfaceConfigMessages
-
constructorConverterFailure$str
protected String constructorConverterFailure$str()
-
constructorConverterFailure
public final IllegalArgumentException constructorConverterFailure(Throwable cause)
- Specified by:
constructorConverterFailurein interfaceConfigMessages
-
staticMethodConverterFailure$str
protected String staticMethodConverterFailure$str()
-
staticMethodConverterFailure
public final IllegalArgumentException staticMethodConverterFailure(Throwable cause)
- Specified by:
staticMethodConverterFailurein interfaceConfigMessages
-
classConverterNotFound$str
protected String classConverterNotFound$str()
-
classConverterNotFound
public final IllegalArgumentException classConverterNotFound(Throwable cause, String className)
- Specified by:
classConverterNotFoundin interfaceConfigMessages
-
unknownHost$str
protected String unknownHost$str()
-
unknownHost
public final IllegalArgumentException unknownHost(Throwable cause, String host)
- Specified by:
unknownHostin interfaceConfigMessages
-
unknownArrayType$str
protected String unknownArrayType$str()
-
unknownArrayType
public final IllegalArgumentException unknownArrayType()
- Specified by:
unknownArrayTypein interfaceConfigMessages
-
notAllowed$str
protected String notAllowed$str()
-
notAllowed
public final SecurityException notAllowed(String name)
- Specified by:
notAllowedin interfaceConfigMessages
-
expressionExpansionTooDepth$str
protected String expressionExpansionTooDepth$str()
-
expressionExpansionTooDepth
public final IllegalArgumentException expressionExpansionTooDepth(String name)
- Specified by:
expressionExpansionTooDepthin interfaceConfigMessages
-
malformedUUID$str
protected String malformedUUID$str()
-
malformedUUID
public final IllegalArgumentException malformedUUID(Throwable cause, String malformedUUID)
- Specified by:
malformedUUIDin interfaceConfigMessages
-
mappingNotFound$str
protected String mappingNotFound$str()
-
mappingNotFound
public final NoSuchElementException mappingNotFound(String className)
- Specified by:
mappingNotFoundin interfaceConfigMessages
-
mappingPrefixNotFound$str
protected String mappingPrefixNotFound$str()
-
mappingPrefixNotFound
public final NoSuchElementException mappingPrefixNotFound(String className, String prefix)
- Specified by:
mappingPrefixNotFoundin interfaceConfigMessages
-
integerExpected$str
protected String integerExpected$str()
-
integerExpected
public final NumberFormatException integerExpected(String value)
- Specified by:
integerExpectedin interfaceConfigMessages
-
longExpected$str
protected String longExpected$str()
-
longExpected
public final NumberFormatException longExpected(String value)
- Specified by:
longExpectedin interfaceConfigMessages
-
doubleExpected$str
protected String doubleExpected$str()
-
doubleExpected
public final NumberFormatException doubleExpected(String value)
- Specified by:
doubleExpectedin interfaceConfigMessages
-
floatExpected$str
protected String floatExpected$str()
-
floatExpected
public final NumberFormatException floatExpected(String value)
- Specified by:
floatExpectedin interfaceConfigMessages
-
schemeNotSupported$str
protected String schemeNotSupported$str()
-
schemeNotSupported
public final IllegalArgumentException schemeNotSupported(String scheme)
- Specified by:
schemeNotSupportedin interfaceConfigMessages
-
uriSyntaxInvalid$str
protected String uriSyntaxInvalid$str()
-
uriSyntaxInvalid
public final IllegalArgumentException uriSyntaxInvalid(Throwable cause, String uri)
- Specified by:
uriSyntaxInvalidin interfaceConfigMessages
-
failedToLoadResource$str
protected String failedToLoadResource$str()
-
failedToLoadResource
public final IllegalArgumentException failedToLoadResource(Throwable cause, String location)
- Specified by:
failedToLoadResourcein interfaceConfigMessages
-
getTypeNotSupportedForUnwrapping$str
protected String getTypeNotSupportedForUnwrapping$str()
-
getTypeNotSupportedForUnwrapping
public final IllegalArgumentException getTypeNotSupportedForUnwrapping(Class<?> type)
- Specified by:
getTypeNotSupportedForUnwrappingin interfaceConfigMessages
-
converterNullValue$str
protected String converterNullValue$str()
-
converterNullValue
public final NullPointerException converterNullValue()
- Specified by:
converterNullValuein interfaceConfigMessages
-
noRawType$str
protected String noRawType$str()
-
noRawType
public final IllegalArgumentException noRawType(Type type)
- Specified by:
noRawTypein interfaceConfigMessages
-
converterException$str
protected String converterException$str()
-
converterException
public final IllegalArgumentException converterException(Throwable converterException, String configProperty, String configValue, String causeMessage)
- Specified by:
converterExceptionin interfaceConfigMessages
-
propertyEmptyString$str
protected String propertyEmptyString$str()
-
propertyEmptyString
public final NoSuchElementException propertyEmptyString(String configPropertyName, String converter)
- Specified by:
propertyEmptyStringin interfaceConfigMessages
-
converterReturnedNull$str
protected String converterReturnedNull$str()
-
converterReturnedNull
public final NoSuchElementException converterReturnedNull(String configPropertyName, String configValue, String converter)
- Specified by:
converterReturnedNullin interfaceConfigMessages
-
valueNotMatchMapFormat$str
protected String valueNotMatchMapFormat$str()
-
valueNotMatchMapFormat
public final NoSuchElementException valueNotMatchMapFormat(String value)
- Specified by:
valueNotMatchMapFormatin interfaceConfigMessages
-
mappingAnnotationNotSupportedInClass$str
protected String mappingAnnotationNotSupportedInClass$str()
-
mappingAnnotationNotSupportedInClass
public final IllegalStateException mappingAnnotationNotSupportedInClass(Class<?> type)
- Specified by:
mappingAnnotationNotSupportedInClassin interfaceConfigMessages
-
propertiesAnnotationNotSupportedInInterface$str
protected String propertiesAnnotationNotSupportedInInterface$str()
-
propertiesAnnotationNotSupportedInInterface
public final IllegalStateException propertiesAnnotationNotSupportedInInterface(Class<?> type)
- Specified by:
propertiesAnnotationNotSupportedInInterfacein interfaceConfigMessages
-
classIsNotAMapping$str
protected String classIsNotAMapping$str()
-
classIsNotAMapping
public final IllegalArgumentException classIsNotAMapping(Class<?> type)
- Specified by:
classIsNotAMappingin interfaceConfigMessages
-
secretKeyHandlerNotFound$str
protected String secretKeyHandlerNotFound$str()
-
secretKeyHandlerNotFound
public final NoSuchElementException secretKeyHandlerNotFound(String handler)
- Specified by:
secretKeyHandlerNotFoundin interfaceConfigMessages
-
ambiguousMapping$str
protected String ambiguousMapping$str()
-
ambiguousMapping
public final IllegalStateException ambiguousMapping(String path, String amb1, String amb2)
- Specified by:
ambiguousMappingin interfaceConfigMessages
-
explicitNameInUnnamed$str
protected String explicitNameInUnnamed$str()
-
explicitNameInUnnamed
public final IllegalArgumentException explicitNameInUnnamed(String name, String key)
- Specified by:
explicitNameInUnnamedin interfaceConfigMessages
-
cannotConvertEnum$str
protected String cannotConvertEnum$str()
-
cannotConvertEnum
public final IllegalArgumentException cannotConvertEnum(String value, Class<?> enumType, String values)
- Specified by:
cannotConvertEnumin interfaceConfigMessages
-
propertyDoesNotMapToAnyRoot$str
protected String propertyDoesNotMapToAnyRoot$str()
-
propertyDoesNotMapToAnyRoot
public final IllegalStateException propertyDoesNotMapToAnyRoot(String name, String location)
- Specified by:
propertyDoesNotMapToAnyRootin interfaceConfigMessages
-
-