21 #ifndef CTKCMDLINEMODULETIMEOUTEXCEPTION_H
22 #define CTKCMDLINEMODULETIMEOUTEXCEPTION_H
25 #include "ctkCommandLineModulesCoreExport.h"
44 virtual const
char* name() const throw();
45 virtual const
char* className() const throw();
47 virtual
void rethrow() const;
49 virtual
void raise() const;
Exception class to describe problems with running the module.
Exception class to describe problems with timeouts when running a module.
~ctkCmdLineModuleTimeoutException()
ctkCmdLineModuleTimeoutException(const QUrl &location, const QString &errorString, const ctkCmdLineModuleRunException &cause)
ctkCmdLineModuleTimeoutException(const QUrl &location, const QString &errorString)