Gaudi Framework, version v23r2

Home   Generated: Thu Jun 28 2012
Classes | Functions

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::ostreamoperator<< (std::ostream &os, const GaudiException &ge)
 overloaded printout to std::ostream
std::ostreamoperator<< (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 180 of file GaudiException.h.

                                                                       {
  return ge.printOut( os );
}
MsgStream& operator<< ( MsgStream os,
const GaudiException pge 
)

overloaded printout to MsgStream

Definition at line 192 of file GaudiException.h.

                                                                           {
  return (0 == pge) ?
    ( os << " GaudiException* points to NULL!" ) : ( os << *pge );
}
MsgStream& operator<< ( MsgStream os,
const GaudiException ge 
)

overloaded printout to MsgStream

Definition at line 188 of file GaudiException.h.

                                                                           {
  return ge.printOut( os );
}
std::ostream& operator<< ( std::ostream os,
const GaudiException pge 
)

Definition at line 183 of file GaudiException.h.

{ return (0 == pge) ?
    ( os << " GaudiException* points to NULL!" ) : ( os << *pge ); }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Thu Jun 28 2012 23:27:31 for Gaudi Framework, version v23r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004