Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qmf/exceptions.h>
Inherits qpid::types::Exception.
Inherited by qmf::IndexOutOfRange, qmf::KeyNotFound, and qmf::OperationTimedOut.
Public Member Functions | |
QmfException (const std::string &msg) | |
virtual | ~QmfException () throw () |
virtual QPID_TYPES_EXTERN const char * | what () const throw () |
Public Attributes | |
qpid::types::Variant::Map | detail |
Definition at line 34 of file exceptions.h.
qmf::QmfException::QmfException | ( | const std::string & | msg | ) |
virtual qmf::QmfException::~QmfException | ( | ) | throw () [virtual] |
virtual QPID_TYPES_EXTERN const char* qpid::types::Exception::what | ( | ) | const throw () [virtual, inherited] |
Definition at line 38 of file exceptions.h.