Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
Exception thrown when we can't perform requested conversion. More...
#include <qpid/framing/FieldValue.h>
Public Member Functions | |
InvalidConversionException () | |
virtual const char * | what () const throw () |
virtual std::string | getMessage () const |
virtual std::string | getPrefix () const |
Exception thrown when we can't perform requested conversion.
Definition at line 51 of file FieldValue.h.
qpid::framing::InvalidConversionException::InvalidConversionException | ( | ) | [inline] |
Definition at line 52 of file FieldValue.h.
virtual std::string qpid::Exception::getMessage | ( | ) | const [virtual, inherited] |
virtual std::string qpid::Exception::getPrefix | ( | ) | const [virtual, inherited] |
Reimplemented in qpid::ClosedException.
virtual const char* qpid::Exception::what | ( | ) | const throw () [virtual, inherited] |