|
synthclone 0.3.0
|
An exception class used with synthclone specific errors.
More...
#include <synthclone/error.h>
Public Member Functions | |
| Error (const QString &message) | |
| Constructs a new Error object. | |
| ~Error () | |
| Destroys the Error object. | |
| QString | getMessage () |
| Gets the error message. | |
An exception class used with synthclone specific errors.
|
explicit |
Constructs a new Error object.
| message | The error message. |
| synthclone::Error::~Error | ( | ) |
Destroys the Error object.
| QString synthclone::Error::getMessage | ( | ) |
Gets the error message.