#include <DbiException.h>
Collaboration diagram for DbiException:
Public Member Functions | |
| DbiException (const char *msg=0, Int_t code=-1, Int_t dbType=-1) | |
| DbiException (const TSQLServer &server, Int_t dbType=-1) | |
| DbiException (const TSQLStatement &statement, Int_t dbType=-1) | |
| DbiException (const DbiException &that) | |
| virtual | ~DbiException () |
| const std::string & | GetMessage () const |
| Int_t | GetErrorCode () const |
| Int_t | GetDbType () const |
Private Attributes | |
| std::string | fMessage |
| The message associated with the exception. | |
| Int_t | fErrorCode |
| The exception error code. | |
| Int_t | fDbType |
| The type of database that issued the exception. | |
Definition at line 38 of file DbiException.h.
| DbiException::DbiException | ( | const char * | msg = 0, |
|
| Int_t | code = -1, |
|||
| Int_t | dbType = -1 | |||
| ) |
| DbiException::DbiException | ( | const TSQLServer & | server, | |
| Int_t | dbType = -1 | |||
| ) |
| DbiException::DbiException | ( | const TSQLStatement & | statement, | |
| Int_t | dbType = -1 | |||
| ) |
| DbiException::DbiException | ( | const DbiException & | that | ) |
| virtual DbiException::~DbiException | ( | ) | [virtual] |
| const std::string& DbiException::GetMessage | ( | ) | const [inline] |
| Int_t DbiException::GetErrorCode | ( | ) | const [inline] |
| Int_t DbiException::GetDbType | ( | ) | const [inline] |
std::string DbiException::fMessage [private] |
Int_t DbiException::fErrorCode [private] |
Int_t DbiException::fDbType [private] |
1.4.7