dissect.archive.exceptions
¶
Module Contents¶
- exception dissect.archive.exceptions.Error¶
Bases:
Exception
Common base class for all non-exit exceptions.
- exception dissect.archive.exceptions.InvalidHeaderError¶
Bases:
Error
Common base class for all non-exit exceptions.
- exception dissect.archive.exceptions.FileNotFoundError¶
Bases:
Error
,FileNotFoundError
Common base class for all non-exit exceptions.
- exception dissect.archive.exceptions.IsADirectoryError¶
Bases:
Error
,IsADirectoryError
Common base class for all non-exit exceptions.
- exception dissect.archive.exceptions.NotADirectoryError¶
Bases:
Error
,NotADirectoryError
Common base class for all non-exit exceptions.