#include <exceptions.h>

Public Member Functions | |
| Exception (string message) | |
| Creates an exception with the given message. | |
| string | getMessage () |
| Returns the exception message. | |
Protected Member Functions | |
| Exception () | |
Protected Attributes | |
| string | message |
| The exception message. | |
Definition at line 17 of file exceptions.h.
| Exception::Exception | ( | string | message | ) | [inline] |
Creates an exception with the given message.
| message | the message |
Definition at line 33 of file exceptions.h.
| Exception::Exception | ( | ) | [inline, protected] |
| string Exception::getMessage | ( | ) | [inline] |
1.5.5