graphmine-core / io.github.sof3.graphmine.config / ConfigException
open class ConfigException :
RuntimeException
Thrown when a config has some problems
message
- the detailed exception message
<init> | ConfigException(message: String ) Thrown when a config has some problems |
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 |