dissect.ntfs.exceptions#

Module Contents#

exception dissect.ntfs.exceptions.Error#

Bases: Exception

Common base class for all non-exit exceptions.

exception dissect.ntfs.exceptions.BrokenIndexError#

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.ntfs.exceptions.BrokenMftError#

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.ntfs.exceptions.FilenameNotAvailableError#

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.ntfs.exceptions.FileNotFoundError#

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.ntfs.exceptions.MftNotAvailableError#

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.ntfs.exceptions.NotADirectoryError#

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.ntfs.exceptions.NotAReparsePointError#

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.ntfs.exceptions.VolumeNotAvailableError#

Bases: Error

Common base class for all non-exit exceptions.