Kompex SQLite Wrapper  1.11.14
Classes | Namespaces | Macros
KompexSQLiteException.h File Reference
#include <map>
#include <string>
#include <sstream>
#include <iostream>
#include "KompexSQLitePrerequisites.h"

Go to the source code of this file.

Classes

class  Kompex::SQLiteException
 Exception class for sqlite and KompexSQLiteWrapper errors. More...
 

Namespaces

 Kompex
 

Macros

#define KOMPEX_EXCEPT(errorString, internalSqliteResultCode)   throw SQLiteException(__FILE__, __LINE__, errorString, internalSqliteResultCode)
 

Macro Definition Documentation

#define KOMPEX_EXCEPT (   errorString,
  internalSqliteResultCode 
)    throw SQLiteException(__FILE__, __LINE__, errorString, internalSqliteResultCode)