:py:mod:`dissect.ntfs.exceptions` ================================= .. py:module:: dissect.ntfs.exceptions Module Contents --------------- .. py:exception:: Error Bases: :py:obj:`Exception` Common base class for all non-exit exceptions. .. py:exception:: BrokenIndexError Bases: :py:obj:`Error` Common base class for all non-exit exceptions. .. py:exception:: BrokenMftError Bases: :py:obj:`Error` Common base class for all non-exit exceptions. .. py:exception:: FilenameNotAvailableError 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:: MftNotAvailableError 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. .. py:exception:: NotAReparsePointError Bases: :py:obj:`Error` Common base class for all non-exit exceptions. .. py:exception:: VolumeNotAvailableError Bases: :py:obj:`Error` Common base class for all non-exit exceptions.