UnknownException Class Reference
The exception stored when an unknown exception is thrown by a ThreadOperation. More...
Inheritance diagram for UnknownException:
Public Member Functions | |
UnknownException () throw () | |
Constructor. | |
UnknownException (const UnknownException &other) throw () | |
Copy constructor. | |
virtual | ~UnknownException () throw () |
Destructor. | |
UnknownException & | operator= (const UnknownException &other) throw () |
Copy operator. | |
virtual const char * | what () const throw () |
Returns a C string describing the exception. | |
Detailed Description
The exception stored when an unknown exception is thrown by a ThreadOperation.
This is the exception that is stored instead of the real exception when the exception thrown by ThreadOperation is not a subclass of BaseException (and so cannot be cloned). This only contains a fixed error message
Definition at line 44 of file workerthread.h.
Constructor & Destructor Documentation
|
inline |
Constructor.
Definition at line 50 of file workerthread.h.
|
inline |
Copy constructor.
- Parameters
-
other the exception to copy
Definition at line 60 of file workerthread.h.
|
inlinevirtual |
Destructor.
Definition at line 84 of file workerthread.h.
Member Function Documentation
|
inline |
|
inlinevirtual |
Returns a C string describing the exception.
- Returns
- a C string describing the exception
Definition at line 93 of file workerthread.h.
The documentation for this class was generated from the following file:
- utilities/include/workerthread.h