Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
An invalid argument was passed to a command, and the operation could not proceed. More...
#include <qpid/framing/reply_exceptions.h>
Public Member Functions | |
std::string | getPrefix () const |
InvalidArgumentException (const std::string &msg=std::string()) | |
virtual const char * | what () const throw () |
virtual std::string | getMessage () const |
Public Attributes | |
const framing::execution::ErrorCode | code |
An invalid argument was passed to a command, and the operation could not proceed.
An invalid argument is not illegal (see illegal-argument), i.e. it matches the domain definition; however the particular value is invalid in this context.
Definition at line 196 of file reply_exceptions.h.
|
inline |
Definition at line 200 of file reply_exceptions.h.
|
virtualinherited |
|
inlinevirtual |
Reimplemented from qpid::Exception.
Definition at line 199 of file reply_exceptions.h.
|
virtualinherited |
|
inherited |
Definition at line 60 of file Exception.h.