dissect.clfs.exceptions#

Module Contents#

exception dissect.clfs.exceptions.Error#

Bases: Exception

Common base class for all non-exit exceptions.

exception dissect.clfs.exceptions.InvalidRecordBlockError#

Bases: Error

Exception raised when the record block contains invalid data

exception dissect.clfs.exceptions.InvalidBLFError#

Bases: Error

Exception raised if the validation of the BLF file fails

exception dissect.clfs.exceptions.InvalidSymbolTableError#

Bases: Error

Exception raised when the symbol table(s) fail to parse

exception dissect.clfs.exceptions.InvalidContextError#

Bases: Error

Exception raised when the context type doesn’t match the context to be parsed