#include <qpid/types/Exception.h>
List of all members.
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 () |
Detailed Description
Definition at line 31 of file Exception.h.
Constructor & Destructor Documentation
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] |
Member Function Documentation
virtual QPID_TYPES_EXTERN const char* qpid::types::Exception::what |
( |
| ) |
const throw () [virtual] |
The documentation for this class was generated from the following file: