![]() |
Extension to describe DBBase exceptions. More...
#include <DBBase.h>
Inheritance diagram for HSEPData::DBException:
Collaboration diagram for HSEPData::DBException: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().
Here is the call graph for this function:
|
inlinevirtual |
|
virtual |
Definition at line 139 of file DBBase.cpp.
Referenced by HSEPData::QueryRunner::execute(), HSEPData::QueryRunner::prepareStatement(), and HSEPData::QueryRunner::QueryRunner().
Here is the caller graph for this function: