Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qpid/types/Exception.h>
Inherits std::exception.
Inherited by qmf::QmfException, qpid::management::OutOfBounds, qpid::messaging::EncodingException, qpid::messaging::MessagingException, and qpid::types::InvalidConversion.
Public Member Functions | |
QPID_TYPES_EXTERN | Exception (const std::string &message=std::string()) throw () |
virtual QPID_TYPES_EXTERN | ~Exception () throw () |
virtual QPID_TYPES_EXTERN const char * | what () const throw () |
Definition at line 31 of file Exception.h.
QPID_TYPES_EXTERN qpid::types::Exception::Exception | ( | const std::string & | message = std::string() |
) | throw () [explicit] |
virtual QPID_TYPES_EXTERN qpid::types::Exception::~Exception | ( | ) | throw () [virtual] |
virtual QPID_TYPES_EXTERN const char* qpid::types::Exception::what | ( | ) | const throw () [virtual] |