Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 834 Bytes

exceptions.rst

File metadata and controls

36 lines (19 loc) · 834 Bytes

Exceptions

.. automodule:: pandemy.exceptions

.. autoexception:: pandemy.PandemyError

.. autoexception:: pandemy.InvalidInputError

.. autoexception:: pandemy.DatabaseManagerError

.. autoexception:: pandemy.CreateConnectionURLError

.. autoexception:: pandemy.CreateEngineError

.. autoexception:: pandemy.DatabaseFileNotFoundError

.. autoexception:: pandemy.DataTypeConversionError

.. autoexception:: pandemy.DeleteFromTableError

.. autoexception:: pandemy.ExecuteStatementError

.. autoexception:: pandemy.InvalidColumnNameError

.. autoexception:: pandemy.InvalidTableNameError

.. autoexception:: pandemy.LoadTableError

.. autoexception:: pandemy.SaveDataFrameError

.. autoexception:: pandemy.SetIndexError

.. autoexception:: pandemy.SQLStatementNotSupportedError

.. autoexception:: pandemy.TableExistsError