All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HSEPData::DBException Class Reference

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 ()
 

Detailed Description

Extension to describe DBBase exceptions.

Definition at line 409 of file DBBase.h.

Constructor & Destructor Documentation

HSEPData::DBException::DBException ( exception &  pExceptionRef,
WhatMethod  pMethod 
)

Receives and extract the exception data, using pMethod as formating component.

Parameters
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:

virtual HSEPData::DBException::~DBException ( ) throw ()
inlinevirtual

Definition at line 420 of file DBBase.h.

Member Function Documentation

const char * HSEPData::DBException::what ( ) const throw ()
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:


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