#include <Error.h>
Inheritance diagram for Error:


Definition at line 11 of file Error.h.
Public Member Functions | |
| Error (string reason) | |
| virtual | ~Error () |
| Error (const Message &otherMessage) throw (MessageCastException) | |
| Error & | operator= (const Message &otherMessage) throw (MessageCastException) |
| string | getReason () |
1.5.1