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. More... | |
~Error () | |
Destroys the Error object. More... | |
QString | getMessage () |
Gets the error message. More... | |
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.