- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.helidon.config.ConfigException
-
- io.helidon.config.spi.ConfigParserException
-
- All Implemented Interfaces:
Serializable
public class ConfigParserException extends ConfigException
Root class for exceptions thrown during config parsing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigParserException(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 Detail
-
ConfigParserException
public ConfigParserException(String message)
Constructs exception instance.- Parameters:
message
- message
-
-