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

In This Package:

GaudiException.h File Reference

#include "GaudiKernel/Kernel.h"
#include "GaudiKernel/StatusCode.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/System.h"
#include <string>
#include <iostream>
#include <exception>

Include dependency graph for GaudiException.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class  GaudiException
 Define general base for Gaudi exception. More...

Functions

std::ostream & operator<< (std::ostream &os, const GaudiException &ge)
 overloaded printout to std::ostream
std::ostream & operator<< (std::ostream &os, const GaudiException *pge)
MsgStreamoperator<< (MsgStream &os, const GaudiException &ge)
 overloaded printout to MsgStream
MsgStreamoperator<< (MsgStream &os, const GaudiException *pge)
 overloaded printout to MsgStream

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const GaudiException ge 
)

overloaded printout to std::ostream

Definition at line 174 of file GaudiException.h.

00174                                                                        {
00175   return ge.printOut( os );
00176 } 

std::ostream& operator<< ( std::ostream &  os,
const GaudiException pge 
)

Definition at line 177 of file GaudiException.h.

00178 { return (0 == pge) ?
00179     ( os << " GaudiException* points to NULL!" ) : ( os << *pge ); } 

MsgStream& operator<< ( MsgStream os,
const GaudiException ge 
)

overloaded printout to MsgStream

Definition at line 182 of file GaudiException.h.

00182                                                                            { 
00183   return ge.printOut( os ); 
00184 } 

MsgStream& operator<< ( MsgStream os,
const GaudiException pge 
)

overloaded printout to MsgStream

Definition at line 186 of file GaudiException.h.

00186                                                                            { 
00187   return (0 == pge) ?
00188     ( os << " GaudiException* points to NULL!" ) : ( os << *pge );
00189 } 

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

Generated on Mon Apr 11 19:56:59 2011 for GaudiKernel by doxygen 1.4.7