:py:mod:`dissect.clfs.exceptions` ================================= .. py:module:: dissect.clfs.exceptions Module Contents --------------- .. py:exception:: Error Bases: :py:obj:`Exception` Common base class for all non-exit exceptions. .. py:exception:: InvalidRecordBlockError Bases: :py:obj:`Error` Exception raised when the record block contains invalid data .. py:exception:: InvalidBLFError Bases: :py:obj:`Error` Exception raised if the validation of the BLF file fails .. py:exception:: InvalidSymbolTableError Bases: :py:obj:`Error` Exception raised when the symbol table(s) fail to parse .. py:exception:: InvalidContextError Bases: :py:obj:`Error` Exception raised when the context type doesn't match the context to be parsed