#include <CppSQLite3.h>
Public Member Functions | |
CppSQLite3Exception (const int nErrCode, char *szErrMess, bool bDeleteMsg=true) | |
CppSQLite3Exception (const int nErrCode, const char *szErrMess, bool bDeleteMsg=true) | |
CppSQLite3Exception (const CppSQLite3Exception &e) | |
virtual | ~CppSQLite3Exception () |
const int | errorCode () |
const char * | errorMessage () |
Static Public Member Functions | |
static const char * | errorCodeAsString (int nErrCode) |
Private Attributes | |
int | mnErrCode |
char * | mpszErrMess |
Definition at line 37 of file CppSQLite3.h.
CppSQLite3Exception::CppSQLite3Exception | ( | const int | nErrCode, | |
char * | szErrMess, | |||
bool | bDeleteMsg = true | |||
) |
CppSQLite3Exception::CppSQLite3Exception | ( | const int | nErrCode, | |
const char * | szErrMess, | |||
bool | bDeleteMsg = true | |||
) |
CppSQLite3Exception::CppSQLite3Exception | ( | const CppSQLite3Exception & | e | ) |
virtual CppSQLite3Exception::~CppSQLite3Exception | ( | ) | [virtual] |
const int CppSQLite3Exception::errorCode | ( | ) | [inline] |
const char* CppSQLite3Exception::errorMessage | ( | ) | [inline] |
static const char* CppSQLite3Exception::errorCodeAsString | ( | int | nErrCode | ) | [static] |
int CppSQLite3Exception::mnErrCode [private] |
Definition at line 60 of file CppSQLite3.h.
char* CppSQLite3Exception::mpszErrMess [private] |
Definition at line 61 of file CppSQLite3.h.