:py:mod:`dissect.cstruct.exceptions` ==================================== .. py:module:: dissect.cstruct.exceptions Module Contents --------------- .. py:exception:: Error Bases: :py:obj:`Exception` Common base class for all non-exit exceptions. .. py:exception:: ParserError Bases: :py:obj:`Error` Common base class for all non-exit exceptions. .. py:exception:: ResolveError Bases: :py:obj:`Error` Common base class for all non-exit exceptions. .. py:exception:: NullPointerDereference Bases: :py:obj:`Error` Common base class for all non-exit exceptions. .. py:exception:: ArraySizeError Bases: :py:obj:`Error` Common base class for all non-exit exceptions. .. py:exception:: ExpressionParserError Bases: :py:obj:`Error` Common base class for all non-exit exceptions. .. py:exception:: ExpressionTokenizerError Bases: :py:obj:`Error` Common base class for all non-exit exceptions.