- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.helidon.config.ConfigException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConfigMappingException
,ConfigParserException
,MissingValueException
public class ConfigException extends RuntimeException
Exception is thrown byConfig
implementations.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigException(String message)
Constructor with the detailed message.ConfigException(String message, Throwable cause)
Constructor with the detailed message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConfigException
public ConfigException(String message)
Constructor with the detailed message.- Parameters:
message
- the message
-
-