23 #ifndef CTKSERVICEEXCEPTION_H
24 #define CTKSERVICEEXCEPTION_H
28 #include <ctkPluginFrameworkExport.h>
63 FACTORY_EXCEPTION = 3,
111 const
char* name() const throw();
121 void rethrow() const;
The base class for all exceptions defined in CTK.
ctkServiceException(const QString &msg, const Type &type=UNSPECIFIED)
ctkServiceException(const QString &msg, const ctkException &cause)
ctkServiceException & operator=(const ctkServiceException &o)
ctkServiceException(const QString &msg, const Type &type, const ctkException &cause)
ctkServiceException(const ctkServiceException &o)