TDbiException.hxx File Reference

#include <iosfwd>
#include <string>
#include "Rtypes.h"
Include dependency graph for TDbiException.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TDbiException
 Concept An object that records a single database exception. More...

Functions

std::ostream & operator<< (std::ostream &s, const TDbiException &e)
 Append message describing this exception to the std::ostream 'os'.

Function Documentation

std::ostream& operator<< ( std::ostream &  s,
const TDbiException e 
)

Append message describing this exception to the std::ostream 'os'.

Definition at line 84 of file TDbiException.cxx.

References TDbiException::GetErrorCode(), and TDbiException::GetMessage().

00084                                                                {
00085 
00086   os << "Error " << e.GetErrorCode()
00087      << " (" << e.GetMessage() << ")"  << endl;
00088   return os;
00089 
00090 }

Here is the call graph for this function:


Generated on 11 Aug 2013 for SKDatabase by  doxygen 1.6.1