23 #ifndef CTKCONFIGURATIONEXCEPTION_H 24 #define CTKCONFIGURATIONEXCEPTION_H 69 const char*
name()
const throw();
87 QString getProperty()
const;
94 QString getReason()
const;
110 #endif // CTKCONFIGURATIONEXCEPTION_H
const char * name() const
Returns the name for this exception.
CTK_PLUGINFW_EXPORT QDebug operator<<(QDebug dbg, const ctkConfigurationException &exc)
ctkRuntimeException * clone() const
Creates a copy of this exception. Use rethrow() to throw the copy again.
The base class for all exceptions defined in CTK.
ctkRuntimeException & operator=(const ctkRuntimeException &exc)
void rethrow() const
(Re)Throws this exception.