java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.common.config.ConfigException
io.helidon.config.ConfigException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ConfigMappingException,- ConfigParserException,- MissingValueException
Exception is thrown by 
Config implementations.- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConfigException(String message) Constructor with the detailed message.ConfigException(String message, Throwable cause) Constructor with the detailed message.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ConfigExceptionConstructor with the detailed message.- Parameters:
- message- the message
 
- 
ConfigExceptionConstructor with the detailed message.- Parameters:
- message- the message
- cause- the cause
 
 
-