dissect.vmfs.exceptions#

Module Contents#

exception dissect.vmfs.exceptions.Error#

Bases: Exception

Common base class for all non-exit exceptions.

exception dissect.vmfs.exceptions.VolumeUnavailable#

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.vmfs.exceptions.InvalidHeader#

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.vmfs.exceptions.FileNotFoundError#

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.vmfs.exceptions.NotADirectoryError#

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.vmfs.exceptions.NotASymlinkError#

Bases: Error

Common base class for all non-exit exceptions.