dissect.etl.exceptions

Module Contents

exception dissect.etl.exceptions.Error

Bases: Exception

Common base class for all non-exit exceptions.

exception dissect.etl.exceptions.InvalidBufferError

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.etl.exceptions.InvalidHeaderError

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.etl.exceptions.InvalidMarkerError

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.etl.exceptions.InvalidRecordError

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.etl.exceptions.ManifestNotFoundError

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.etl.exceptions.ExtendedDataItemException

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.etl.exceptions.InvalidHookIdException

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.etl.exceptions.NoMoreEventsError

Bases: Error

Common base class for all non-exit exceptions.