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
public class ConfigException extends Exception
A relatively generic Exception that encapsulates the configuration property's name.- Author:
- Steve Moyer - The Pennsylvania State University
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigException(String message, String configPropertyName)Constructor forInjectionMessages.noConfigValue(String, String)ConfigException(String message, String configPropertyName, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConfigPropertyName()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getConfigPropertyName
public String getConfigPropertyName()
-
-