Kompex SQLite Wrapper  1.9.11
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
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

namespace  Kompex
 

Macros

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

Macro Definition Documentation

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