binhistory.exceptions

Bespoke Exception classes raised by pybinhistory

Exceptions

BinLogFieldLengthError

A log field is not a valid length (between 1 and MAX_FIELD_LENGTH chars)

BinLogInvalidFieldError

A log field contains invalid data

BinLogNotFoundError

A log was not found at the given file path

BinLogParseError

An invalid value was encountered while parsing the log

BinLogTypeError

A log entry is not a valid type

BinNotFoundError

A bin was not found at the given file path

exception binhistory.exceptions.BinLogParseError

Bases: ValueError

An invalid value was encountered while parsing the log

exception binhistory.exceptions.BinLogFieldLengthError

Bases: ValueError

A log field is not a valid length (between 1 and MAX_FIELD_LENGTH chars)

exception binhistory.exceptions.BinLogInvalidFieldError

Bases: ValueError

A log field contains invalid data

exception binhistory.exceptions.BinLogTypeError

Bases: TypeError

A log entry is not a valid type

exception binhistory.exceptions.BinLogNotFoundError

Bases: FileNotFoundError

A log was not found at the given file path

exception binhistory.exceptions.BinNotFoundError

Bases: FileNotFoundError

A bin was not found at the given file path