20 #ifndef __SYNTHCLONE_ERROR_H__
21 #define __SYNTHCLONE_ERROR_H__
23 #include <QtCore/QString>
43 Error(
const QString &message);
Error(const QString &message)
Constructs a new Error object.
Definition: component.h:26
~Error()
Destroys the Error object.
QString getMessage()
Gets the error message.
An exception class used with synthclone specific errors.
Definition: error.h:31