#include <Exception.h>
Inheritance diagram for qpid::Exception:

Public Types | |
|
typedef boost::shared_ptr< Exception > | shared_ptr |
Public Member Functions | |
| Exception (const std::string &str) throw () | |
| Exception (const char *str) throw () | |
| Exception (const std::exception &) throw () | |
| template<class T> | |
| Exception (const T &message) | |
| Allow any type that has ostream operator<< to act as message. | |
| virtual const char * | what () const throw () |
| virtual std::string | toString () const throw () |
| virtual Exception * | clone () const throw () |
| virtual void | throwSelf () const |
Protected Attributes | |
| std::string | whatStr |
1.4.7