:py:mod:`dissect.fat.exceptions` ================================ .. py:module:: dissect.fat.exceptions Module Contents --------------- .. py:exception:: Error Bases: :py:obj:`Exception` Common base class for all non-exit exceptions. .. py:exception:: InvalidHeaderMagic Bases: :py:obj:`Error` Common base class for all non-exit exceptions. .. py:exception:: InvalidBPB Bases: :py:obj:`Error` Common base class for all non-exit exceptions. .. py:exception:: BadClusterError Bases: :py:obj:`Error` Common base class for all non-exit exceptions. .. py:exception:: FreeClusterError Bases: :py:obj:`Error` Common base class for all non-exit exceptions. .. py:exception:: EmptyDirectoryError Bases: :py:obj:`Error` Common base class for all non-exit exceptions. .. py:exception:: LastEmptyDirectoryError Bases: :py:obj:`Error` Common base class for all non-exit exceptions. .. py:exception:: InvalidDirectoryError Bases: :py:obj:`Error` Common base class for all non-exit exceptions. .. py:exception:: FileNotFoundError Bases: :py:obj:`Error` Common base class for all non-exit exceptions. .. py:exception:: NotADirectoryError Bases: :py:obj:`Error` Common base class for all non-exit exceptions.