dissect.ntfs.exceptions¶
Module Contents¶
- exception dissect.ntfs.exceptions.Error¶
Bases:
ExceptionCommon base class for all non-exit exceptions.
- exception dissect.ntfs.exceptions.BrokenIndexError¶
Bases:
ErrorCommon base class for all non-exit exceptions.
- exception dissect.ntfs.exceptions.BrokenMftError¶
Bases:
ErrorCommon base class for all non-exit exceptions.
- exception dissect.ntfs.exceptions.FilenameNotAvailableError¶
Bases:
ErrorCommon base class for all non-exit exceptions.
- exception dissect.ntfs.exceptions.FileNotFoundError¶
Bases:
Error,FileNotFoundErrorCommon base class for all non-exit exceptions.
- exception dissect.ntfs.exceptions.MftNotAvailableError¶
Bases:
ErrorCommon base class for all non-exit exceptions.
- exception dissect.ntfs.exceptions.IsADirectoryError¶
Bases:
Error,IsADirectoryErrorCommon base class for all non-exit exceptions.
- exception dissect.ntfs.exceptions.NotADirectoryError¶
Bases:
Error,NotADirectoryErrorCommon base class for all non-exit exceptions.