LiteSQL
Classes
except.hpp File Reference

contains litesql's exception classes More...

#include <iostream>
#include <exception>
#include "litesql/utils.hpp"
Include dependency graph for except.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

contains litesql's exception classes


SourceForge.net Logo