dissect.cstruct.exceptions#

Module Contents#

exception dissect.cstruct.exceptions.Error#

Bases: Exception

Common base class for all non-exit exceptions.

exception dissect.cstruct.exceptions.ParserError#

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.cstruct.exceptions.ResolveError#

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.cstruct.exceptions.NullPointerDereference#

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.cstruct.exceptions.ArraySizeError#

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.cstruct.exceptions.ExpressionParserError#

Bases: Error

Common base class for all non-exit exceptions.

exception dissect.cstruct.exceptions.ExpressionTokenizerError#

Bases: Error

Common base class for all non-exit exceptions.