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

Public Member Functions | |
| DdtException () | |
| Default Constructor. | |
| DdtException (const char *errmsg) | |
| Constructor. | |
| virtual | ~DdtException () |
| Destructor. | |
| virtual std::string | message () const |
| return error message | |
Protected Attributes | |
| std::string | debugMessage |
| A variable to contain a string error message. | |
1.4.4