dissect.fat.exceptions¶
Module Contents¶
- exception dissect.fat.exceptions.Error¶
Bases:
ExceptionCommon base class for all non-exit exceptions.
- exception dissect.fat.exceptions.InvalidHeaderMagic¶
Bases:
ErrorCommon base class for all non-exit exceptions.
- exception dissect.fat.exceptions.InvalidBPB¶
Bases:
ErrorCommon base class for all non-exit exceptions.
- exception dissect.fat.exceptions.BadClusterError¶
Bases:
ErrorCommon base class for all non-exit exceptions.
- exception dissect.fat.exceptions.FreeClusterError¶
Bases:
ErrorCommon base class for all non-exit exceptions.
- exception dissect.fat.exceptions.EmptyDirectoryError¶
Bases:
ErrorCommon base class for all non-exit exceptions.
- exception dissect.fat.exceptions.LastEmptyDirectoryError¶
Bases:
ErrorCommon base class for all non-exit exceptions.
- exception dissect.fat.exceptions.InvalidDirectoryError¶
Bases:
ErrorCommon base class for all non-exit exceptions.
- exception dissect.fat.exceptions.FileNotFoundError¶
Bases:
Error,FileNotFoundErrorCommon base class for all non-exit exceptions.
- exception dissect.fat.exceptions.IsADirectoryError¶
Bases:
Error,IsADirectoryErrorCommon base class for all non-exit exceptions.
- exception dissect.fat.exceptions.NotADirectoryError¶
Bases:
Error,NotADirectoryErrorCommon base class for all non-exit exceptions.