toml_foolery.decode.exceptions

Undocumented in source.

Members

Classes

TomlDecodingException
class TomlDecodingException

Thrown by parseToml if the given data is in any way invalid.

TomlDuplicateNameException
class TomlDuplicateNameException

Thrown by parseToml if the given TOML declares the same key or table twice.

TomlInvalidValueException
class TomlInvalidValueException

Thrown by parseToml if the given TOML contains invalid (but syntactically correct) values.

TomlSyntaxException
class TomlSyntaxException

Thrown by parseToml if the given TOML has invalid syntax.

TomlTypeException
class TomlTypeException

Thrown by parseToml if the given TOML's data doesn't match a destination field type.

TomlUnsupportedException
class TomlUnsupportedException

Thrown by parseToml when encountering TOML features not yet supported by the library.

Meta