5.6. Errors¶
-
exception
simplesqlite.NullDatabaseConnectionError[source]¶ Bases:
exceptions.ExceptionRaised when executing an operation of
SimpleSQLiteinstance without connection to a SQLite database file.
-
exception
simplesqlite.TableNotFoundError[source]¶ Bases:
exceptions.ExceptionRaised when accessed the table that not exists in the database.
-
exception
simplesqlite.AttributeNotFoundError[source]¶ Bases:
exceptions.ExceptionRaised when accessed the attribute that not exists in the table.
-
exception
simplesqlite.SqlSyntaxError[source]¶ Bases:
exceptions.ExceptionRaised when a SQLite query syntax is invalid.