#include <SolidException.h>
Inheritance diagram for SolidException:
Public Member Functions | |
| SolidException (const std::string &message, const ISolid *solid=0) | |
| SolidException (const std::string &message, const GaudiException &Exception, const ISolid *solid=0) | |
| virtual | ~SolidException () throw () |
| 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 ISolid * | m_se_solid |
Definition at line 10 of file SolidException.h.
| SolidException::SolidException | ( | const std::string & | message, | |
| const ISolid * | solid = 0 | |||
| ) |
| SolidException::SolidException | ( | const std::string & | message, | |
| const GaudiException & | Exception, | |||
| const ISolid * | solid = 0 | |||
| ) |
| virtual SolidException::~SolidException | ( | ) | throw () [virtual] |
| virtual std::ostream& SolidException::printOut | ( | std::ostream & | os = std::cerr |
) | const [virtual] |
Reimplemented from GaudiException.
Reimplemented from GaudiException.
| virtual GaudiException* SolidException::clone | ( | ) | const [virtual] |
Reimplemented from GaudiException.
const ISolid* SolidException::m_se_solid [private] |
Definition at line 30 of file SolidException.h.
1.4.7