:py:mod:`dissect.database.sqlite3.exception` ============================================ .. py:module:: dissect.database.sqlite3.exception Module Contents --------------- .. py:exception:: InvalidDatabase Bases: :py:obj:`dissect.database.exception.Error` Common base class for all non-exit exceptions. .. py:exception:: InvalidPageNumber Bases: :py:obj:`dissect.database.exception.Error` Common base class for all non-exit exceptions. .. py:exception:: InvalidPageType Bases: :py:obj:`dissect.database.exception.Error` Common base class for all non-exit exceptions. .. py:exception:: InvalidSQL Bases: :py:obj:`dissect.database.exception.Error` Common base class for all non-exit exceptions. .. py:exception:: NoCellData Bases: :py:obj:`dissect.database.exception.Error` Common base class for all non-exit exceptions. .. py:exception:: NoWriteAheadLog Bases: :py:obj:`dissect.database.exception.Error` Common base class for all non-exit exceptions.