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