CppSQLite3Exception Class Reference

#include <CppSQLite3.h>

List of all members.

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


Detailed Description

Definition at line 37 of file CppSQLite3.h.


Constructor & Destructor Documentation

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]


Member Function Documentation

const int CppSQLite3Exception::errorCode (  )  [inline]

Definition at line 52 of file CppSQLite3.h.

00052 { return mnErrCode; }

const char* CppSQLite3Exception::errorMessage (  )  [inline]

Definition at line 54 of file CppSQLite3.h.

00054 { return mpszErrMess; }

static const char* CppSQLite3Exception::errorCodeAsString ( int  nErrCode  )  [static]


Member Data Documentation

int CppSQLite3Exception::mnErrCode [private]

Definition at line 60 of file CppSQLite3.h.

char* CppSQLite3Exception::mpszErrMess [private]

Definition at line 61 of file CppSQLite3.h.


The documentation for this class was generated from the following file:
Generated on Mon Jun 22 10:49:51 2009 for CreaImageIO by  doxygen 1.5.3