synthclone  0.3.0
synthclone::Error Class Reference

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...
 

Detailed Description

An exception class used with synthclone specific errors.

Constructor & Destructor Documentation

synthclone::Error::Error ( const QString &  message)
explicit

Constructs a new Error object.

Parameters
messageThe error message.
synthclone::Error::~Error ( )

Destroys the Error object.

Member Function Documentation

QString synthclone::Error::getMessage ( )

Gets the error message.

Returns
The error message.

The documentation for this class was generated from the following file: