| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

DbiException Class Reference

Id
DbiException.h,v 1.2 2006/08/23 16:27:43 west Exp
More...

#include <DbiException.h>

Collaboration diagram for DbiException:

[legend]
List of all members.

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.

Detailed Description

Id
DbiException.h,v 1.2 2006/08/23 16:27:43 west Exp

Definition at line 38 of file DbiException.h.


Constructor & Destructor Documentation

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]


Member Function Documentation

const std::string& DbiException::GetMessage (  )  const [inline]

Definition at line 51 of file DbiException.h.

00051 { return fMessage; }

Int_t DbiException::GetErrorCode (  )  const [inline]

Definition at line 52 of file DbiException.h.

00052 { return fErrorCode; }

Int_t DbiException::GetDbType (  )  const [inline]

Definition at line 53 of file DbiException.h.

00053 { return fDbType; }


Member Data Documentation

std::string DbiException::fMessage [private]

The message associated with the exception.

Definition at line 63 of file DbiException.h.

Int_t DbiException::fErrorCode [private]

The exception error code.

Definition at line 66 of file DbiException.h.

Int_t DbiException::fDbType [private]

The type of database that issued the exception.

Definition at line 69 of file DbiException.h.


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:15:48 2011 for DatabaseInterface by doxygen 1.4.7