java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.common.config.ConfigException
io.helidon.config.ConfigException
io.helidon.config.spi.ConfigParserException
- All Implemented Interfaces:
Serializable
Root class for exceptions thrown during config parsing.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigParserException(String message) Constructs exception instance.ConfigParserException(String message, Throwable cause) Constructs exception instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigParserException
Constructs exception instance.- Parameters:
message- message
-
ConfigParserException
Constructs exception instance.- Parameters:
message- messagecause- root cause
-