LiteSQL
|
contains litesql's exception classes More...
Go to the source code of this file.
Classes | |
class | litesql::Except |
base class for exceptions More... | |
class | litesql::NotFound |
exception thrown when a record is not found More... | |
class | litesql::DatabaseError |
exception thrown when database cannot be accessed More... | |
class | litesql::SQLError |
exception thrown when SQL statement cannot be executed More... | |
class | litesql::InternalError |
exception thrown when backend produces internal error More... | |
class | litesql::MemoryError |
exception thrown when backend cannot allocate memory More... | |
class | litesql::InsertionError |
exception thrown when database (disk) is full More... | |
class | litesql::ConstraintError |
class | litesql::UnknownError |
exception thrown when none of other exceptions match More... | |
contains litesql's exception classes