scc 2025.09
SystemC components library
scv_tr::SQLiteDB::SQLiteException Class Reference
Inheritance diagram for scv_tr::SQLiteDB::SQLiteException:
Collaboration diagram for scv_tr::SQLiteDB::SQLiteException:

Public Member Functions

 SQLiteException (const int nErrCode, const char *msg, bool doFree=true)
const int errorCode ()
const char * errorMessage ()

Detailed Description

Definition at line 39 of file scv_tr_sqlite.cpp.

Constructor & Destructor Documentation

◆ SQLiteException()

scv_tr::SQLiteDB::SQLiteException::SQLiteException ( const int nErrCode,
const char * msg,
bool doFree = true )
inline

Definition at line 41 of file scv_tr_sqlite.cpp.

Member Function Documentation

◆ errorCode()

const int scv_tr::SQLiteDB::SQLiteException::errorCode ( )
inline

Definition at line 47 of file scv_tr_sqlite.cpp.

◆ errorMessage()

const char * scv_tr::SQLiteDB::SQLiteException::errorMessage ( )
inline

Definition at line 48 of file scv_tr_sqlite.cpp.


The documentation for this class was generated from the following file: