GraphMine

graphmine-core / io.github.sof3.graphmine.config / ConfigException

ConfigException

open class ConfigException : RuntimeException

Thrown when a config has some problems

Parameters

message - the detailed exception message

Constructors

<init> ConfigException(message: String)
Thrown when a config has some problems

Inheritors

ConfigMissingException open class ConfigMissingException : ConfigException
Thrown when a required entry is missing from a config
ConfigValidationException open class ConfigValidationException : ConfigException
Thrown when an entry from a config is invalid