UnknownException Class Reference
The exception stored when an unknown exception is thrown by a ThreadOperation. More...
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
UnknownException | ( | ) | throw () [inline] |
Constructor.
Definition at line 50 of file workerthread.h.
UnknownException | ( | const UnknownException & | other | ) | throw () [inline] |
Copy constructor.
- Parameters:
-
other the exception to copy
Definition at line 60 of file workerthread.h.
virtual ~UnknownException | ( | ) | throw () [inline, virtual] |
Destructor.
Definition at line 84 of file workerthread.h.
Member Function Documentation
UnknownException& operator= | ( | const UnknownException & | other | ) | throw () [inline] |
virtual const char* what | ( | ) | const throw () [inline, virtual] |
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