Kompex::SQLiteException Class Reference

#include <KompexSQLiteException.h>

List of all members.

Public Member Functions

 SQLiteException (const std::string &filename, unsigned int line, const std::string &errDescription="")
 Overloaded constructor.
 SQLiteException (const std::string &filename, unsigned int line, const char *errDescription="")
 Overloaded constructor.
void Show () const
std::string GetString () const
 Get all error information as std::string.

Private Attributes

const char * mErrorDescription
 Error description.
std::string mFilename
 Filename in which the error occured.
unsigned int mLine
 Line number in which the error occured.

Constructor & Destructor Documentation

Kompex::SQLiteException::SQLiteException ( const std::string &  filename,
unsigned int  line,
const std::string &  errDescription = "" 
) [inline]

Overloaded constructor.

Kompex::SQLiteException::SQLiteException ( const std::string &  filename,
unsigned int  line,
const char *  errDescription = "" 
) [inline]

Overloaded constructor.


Member Function Documentation

std::string Kompex::SQLiteException::GetString (  )  const [inline]

Get all error information as std::string.

void Kompex::SQLiteException::Show (  )  const [inline]

Shows all error information.
Output: std::cerr


Member Data Documentation

Error description.

std::string Kompex::SQLiteException::mFilename [private]

Filename in which the error occured.

unsigned int Kompex::SQLiteException::mLine [private]

Line number in which the error occured.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Defines
Generated on Thu May 20 00:15:56 2010 for Kompex SQLite Wrapper by  doxygen 1.6.3