:py:mod:`dissect.archive.exceptions` ==================================== .. py:module:: dissect.archive.exceptions Module Contents --------------- .. py:exception:: Error Bases: :py:obj:`Exception` Common base class for all non-exit exceptions. .. py:exception:: InvalidHeaderError Bases: :py:obj:`Error` Common base class for all non-exit exceptions. .. py:exception:: FileNotFoundError Bases: :py:obj:`Error`, :py:obj:`FileNotFoundError` Common base class for all non-exit exceptions. .. py:exception:: IsADirectoryError Bases: :py:obj:`Error`, :py:obj:`IsADirectoryError` Common base class for all non-exit exceptions. .. py:exception:: NotADirectoryError Bases: :py:obj:`Error`, :py:obj:`NotADirectoryError` Common base class for all non-exit exceptions. .. py:exception:: NotAReparsePointError Bases: :py:obj:`Error` Common base class for all non-exit exceptions.