dissect.fat.exceptions#

Module Contents#

exception dissect.fat.exceptions.Error#

Bases: Exception

Common base class for all non-exit exceptions.

exception dissect.fat.exceptions.InvalidHeaderMagic#

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.fat.exceptions.InvalidBPB#

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.fat.exceptions.BadClusterError#

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.fat.exceptions.FreeClusterError#

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.fat.exceptions.EmptyDirectoryError#

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.fat.exceptions.LastEmptyDirectoryError#

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.fat.exceptions.InvalidDirectoryError#

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.fat.exceptions.FileNotFoundError#

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.fat.exceptions.NotADirectoryError#

Bases: Error

Common base class for all non-exit exceptions.