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();
49 virtual void raise()
const;
53 #endif // CTKCMDLINEMODULETIMEOUTEXCEPTION_H Exception class to describe problems with running the module.
virtual void rethrow() const
(Re)Throws this exception.
virtual ctkCmdLineModuleRunException * clone() const
Creates a copy of this exception. Use rethrow() to throw the copy again.
virtual const char * name() const
Returns the name for this exception.
Exception class to describe problems with timeouts when running a module.
virtual const char * className() const
Returns the class name for this exception.