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

Public Member Functions | |
| Exception (const std::string &m) | |
| Basic construction with the human-readable message. | |
| Exception (const std::ostringstream &m) | |
| Basic construction with a string stream, which is converted to a human readable message. | |
| virtual void | Report () |
| Function that spews the human readable message to stderr. | |
| virtual | ~Exception () |
| Default destructor. Does nothing here. | |
Public Attributes | |
| std::string | message |
| The human-readable message of the exception. | |
1.4.6