#include <XmlCnvException.h>
Inheritance diagram for XmlCnvException:
Public Member Functions | |
| XmlCnvException (const std::string &message, const StatusCode &sc=StatusCode::FAILURE) | |
| XmlCnvException (const std::string &message, const GaudiException &ge, const StatusCode &sc=StatusCode::FAILURE) | |
| XmlCnvException (const XmlCnvException &) | |
| virtual | ~XmlCnvException () throw () |
| const char * | getMessage () const |
| const char * | getType () const |
| const StatusCode & | status () 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 std::ostream & | printOut (std::ostream &os=std::cerr) const |
| virtual MsgStream & | printOut (MsgStream &os) const |
| virtual const char * | what () const |
Protected Attributes | |
| std::string | m_message |
| std::string | m_tag |
| StatusCode | m_code |
| GaudiException * | m_previous |
Definition at line 25 of file XmlCnvException.h.
| XmlCnvException::XmlCnvException | ( | const std::string & | message, | |
| const StatusCode & | sc = StatusCode::FAILURE | |||
| ) | [inline] |
| XmlCnvException::XmlCnvException | ( | const std::string & | message, | |
| const GaudiException & | ge, | |||
| const StatusCode & | sc = StatusCode::FAILURE | |||
| ) | [inline] |
| XmlCnvException::XmlCnvException | ( | const XmlCnvException & | ) | [inline] |
| virtual XmlCnvException::~XmlCnvException | ( | ) | throw () [inline, virtual] |
| const char* XmlCnvException::getMessage | ( | ) | const [inline] |
| const char* XmlCnvException::getType | ( | ) | const [inline] |
| const StatusCode& XmlCnvException::status | ( | ) | const [inline] |
| virtual GaudiException* XmlCnvException::clone | ( | ) | const [inline, virtual] |
Reimplemented from GaudiException.
1.4.7