Qt 4.8
|
The UnhandledException class represents an unhandled exception in a worker thread. More...
#include <qtconcurrentexception.h>
Public Functions | |
Exception * | clone () const |
void | raise () const |
The UnhandledException class represents an unhandled exception in a worker thread.
If a worker thread throws an exception that is not a subclass of QtConcurrent::Exception, the Qt Concurrent functions will throw a QtConcurrent::UnhandledException on the receiver thread side.
Inheriting from this class is not supported.
Definition at line 72 of file qtconcurrentexception.h.
|
virtual |
Reimplemented from QtConcurrent::Exception.
Definition at line 145 of file qtconcurrentexception.cpp.
|
virtual |
Reimplemented from QtConcurrent::Exception.
Definition at line 139 of file qtconcurrentexception.cpp.