Package io.smallrye.config.inject
Class ConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.smallrye.config.inject.ConfigException
- All Implemented Interfaces:
Serializable
A relatively generic Exception that encapsulates the configuration
property's name.
- Author:
- Steve Moyer - The Pennsylvania State University
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigException(String message, String configPropertyName) Constructor forInjectionMessages.noConfigValue(String, String)ConfigException(String message, String configPropertyName, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigException
Constructor forInjectionMessages.noConfigValue(String, String) -
ConfigException
-
-
Method Details
-
getConfigPropertyName
-