#include <DetDesc/GeometryInfoException.h>
Inheritance diagram for GeometryInfoException:
Public Member Functions | |
| GeometryInfoException (const std::string &name, const IGeometryInfo *gi=0, const StatusCode &sc=StatusCode::FAILURE) | |
| constructor | |
| GeometryInfoException (const std::string &name, const GaudiException &ge, const IGeometryInfo *gi=0, const StatusCode &sc=StatusCode::FAILURE) | |
| virtual | ~GeometryInfoException () throw () |
| destructor | |
| virtual std::ostream & | printOut (std::ostream &os=std::cerr) const |
| virtual MsgStream & | printOut (MsgStream &os) const |
| virtual GaudiException * | clone () const |
| virtual const std::string & | message () const |
| virtual const std::string & | setMessage (const std::string &newMessage) |
| virtual const std::string & | tag () const |
| virtual const std::string & | setTag (const std::string &newTag) |
| virtual const StatusCode & | code () const |
| virtual const StatusCode & | setCode (const StatusCode &newStatus) |
| virtual GaudiException * | previous () const |
| virtual const char * | what () const |
Protected Attributes | |
| std::string | m_message |
| std::string | m_tag |
| StatusCode | m_code |
| GaudiException * | m_previous |
Private Attributes | |
| const IGeometryInfo * | m_gie_geometryInfo |
Definition at line 24 of file GeometryInfoException.h.
| GeometryInfoException::GeometryInfoException | ( | const std::string & | name, | |
| const IGeometryInfo * | gi = 0, |
|||
| const StatusCode & | sc = StatusCode::FAILURE | |||
| ) |
constructor
| GeometryInfoException::GeometryInfoException | ( | const std::string & | name, | |
| const GaudiException & | ge, | |||
| const IGeometryInfo * | gi = 0, |
|||
| const StatusCode & | sc = StatusCode::FAILURE | |||
| ) |
| virtual GeometryInfoException::~GeometryInfoException | ( | ) | throw () [virtual] |
destructor
| virtual std::ostream& GeometryInfoException::printOut | ( | std::ostream & | os = std::cerr |
) | const [virtual] |
Reimplemented from GaudiException.
Reimplemented from GaudiException.
| virtual GaudiException* GeometryInfoException::clone | ( | ) | const [virtual] |
Reimplemented from GaudiException.
const IGeometryInfo* GeometryInfoException::m_gie_geometryInfo [private] |
Definition at line 46 of file GeometryInfoException.h.
1.4.7