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 : ConfigExceptionThrown when a required entry is missing from a config |
| ConfigValidationException | open class ConfigValidationException : ConfigExceptionThrown when an entry from a config is invalid |