dissect.qnxfs.exceptions

Module Contents

exception dissect.qnxfs.exceptions.Error

Bases: Exception

Common base class for all non-exit exceptions.

exception dissect.qnxfs.exceptions.InvalidFilesystemError

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.qnxfs.exceptions.FileNotFoundError

Bases: Error, FileNotFoundError

Common base class for all non-exit exceptions.

exception dissect.qnxfs.exceptions.IsADirectoryError

Bases: Error, IsADirectoryError

Common base class for all non-exit exceptions.

exception dissect.qnxfs.exceptions.NotADirectoryError

Bases: Error, NotADirectoryError

Common base class for all non-exit exceptions.

exception dissect.qnxfs.exceptions.NotASymlinkError

Bases: Error

Common base class for all non-exit exceptions.