binhistory.exceptions
Bespoke Exception classes raised by pybinhistory
Exceptions
A log field is not a valid length (between 1 and |
|
A log field contains invalid data |
|
A log was not found at the given file path |
|
An invalid value was encountered while parsing the log |
|
A log entry is not a valid type |
|
A bin was not found at the given file path |
- exception binhistory.exceptions.BinLogParseError
Bases:
ValueErrorAn invalid value was encountered while parsing the log
- exception binhistory.exceptions.BinLogFieldLengthError
Bases:
ValueErrorA log field is not a valid length (between 1 and
MAX_FIELD_LENGTHchars)
- exception binhistory.exceptions.BinLogInvalidFieldError
Bases:
ValueErrorA log field contains invalid data
- exception binhistory.exceptions.BinLogNotFoundError
Bases:
FileNotFoundErrorA log was not found at the given file path
- exception binhistory.exceptions.BinNotFoundError
Bases:
FileNotFoundErrorA bin was not found at the given file path