 |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
Go to the documentation of this file.
22 #ifndef CTKAPPLICATIONEXCEPTION_H
23 #define CTKAPPLICATIONEXCEPTION_H
25 #include <ctkPluginFrameworkExport.h>
141 const
char* name() const throw();
145 void rethrow() const;
152 int GetErrorCode() const;
155 #endif // CTKAPPLICATIONEXCEPTION_H
static const int APPLICATION_INVALID_STARTUP_ARGUMENT
static const int APPLICATION_INTERNAL_ERROR
ctkApplicationException(int errorCode, const ctkException &cause)
static const int APPLICATION_NOT_LAUNCHABLE
ctkApplicationException(int errorCode)
static const int APPLICATION_EXITVALUE_NOT_AVAILABLE
ctkApplicationException(int errorCode, const QString &message)
static const int APPLICATION_DUPLICATE_SCHEDULE_ID
ctkApplicationException(int errorCode, const QString &message, const ctkException &cause)
The base class for all exceptions defined in CTK.
static const int APPLICATION_LOCKED
~ctkApplicationException()
static const int APPLICATION_SCHEDULING_FAILED