Module configy.Exceptions

Definitions for Exceptions used by the config module.

Classes

NameDescription
ArrayLengthException Thrown when an array read from config does not match a static array size
ConfigException Base exception type thrown by the config parser
ConstructionException Wrap an user-thrown Exception that happened in a Converter/ctor/fromString
MissingKeyException Exception thrown when a required key is missing
UnknownKeyConfigException Exception thrown when an unknown key is found in strict mode