| Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
Base class for Qpid runtime exceptions. More...
#include <qpid/Exception.h>
Public Member Functions | |
| Exception (const std::string &message=std::string()) throw () | |
| virtual | ~Exception () throw () |
| virtual const char * | what () const throw () |
| virtual std::string | getMessage () const |
| virtual std::string | getPrefix () const |
Base class for Qpid runtime exceptions.
| qpid::Exception::Exception | ( | const std::string & | message = std::string() | ) | throw () [explicit] |
Reimplemented in qpid::Options::Exception.
| virtual qpid::Exception::~Exception | ( | ) | throw () [virtual] |
| virtual std::string qpid::Exception::getMessage | ( | ) | const [virtual] |
| virtual std::string qpid::Exception::getPrefix | ( | ) | const [virtual] |
Reimplemented in qpid::ClosedException.
| virtual const char* qpid::Exception::what | ( | ) | const throw () [virtual] |
1.7.5