dissect.archive.exceptions¶
Module Contents¶
- exception dissect.archive.exceptions.Error¶
Bases:
ExceptionCommon base class for all non-exit exceptions.
- exception dissect.archive.exceptions.InvalidHeaderError¶
Bases:
ErrorCommon base class for all non-exit exceptions.
- exception dissect.archive.exceptions.FileNotFoundError¶
Bases:
Error,FileNotFoundErrorCommon base class for all non-exit exceptions.
- exception dissect.archive.exceptions.IsADirectoryError¶
Bases:
Error,IsADirectoryErrorCommon base class for all non-exit exceptions.
- exception dissect.archive.exceptions.NotADirectoryError¶
Bases:
Error,NotADirectoryErrorCommon base class for all non-exit exceptions.