![]() |
Extension to describe DBBase exceptions. More...
#include <DBBase.h>
Public Member Functions | |
DBException (exception &pExceptionRef, WhatMethod pMethod) | |
Receives and extract the exception data, using pMethod as formating component. | |
DBException (exception &pExceptionRef) | |
virtual | ~DBException () throw () |
virtual const char * | what () const throw () |
HSEPData::DBException::DBException | ( | exception & | pExceptionRef, |
WhatMethod | pMethod | ||
) |
Receives and extract the exception data, using pMethod as formating component.
pExceptionRef | |
pMethod |
Definition at line 133 of file DBBase.cpp.
HSEPData::DBException::DBException | ( | exception & | pExceptionRef | ) |
Definition at line 136 of file DBBase.cpp.
References HSEPData::BaseWhatMethod().
|
inlinevirtual |
|
virtual |
Definition at line 139 of file DBBase.cpp.
Referenced by HSEPData::QueryRunner::execute(), HSEPData::QueryRunner::prepareStatement(), and HSEPData::QueryRunner::QueryRunner().