23 #ifndef CTKCONFIGURATIONEXCEPTION_H
24 #define CTKCONFIGURATIONEXCEPTION_H
69 const
char* name() const throw();
87 QString getProperty() const;
94 QString getReason() const;
ctkConfigurationException(const ctkConfigurationException &o)
~ctkConfigurationException()
ctkConfigurationException(const QString &property, const QString &reason)
ctkConfigurationException & operator=(const ctkConfigurationException &o)
ctkConfigurationException(const QString &property, const QString &reason, const ctkException &cause)
The base class for all exceptions defined in CTK.