CopperSpice API
1.9.2
|
The UnhandledException class represents an unhandled exception in a worker thread. More...
Public Methods | |
Exception * | clone () const override |
void | raise () const override |
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 Concurrent functions will throw a QtConcurrent::UnhandledException on the receiver thread side.
Inheriting from this class is not supported.
|
overridevirtual |
When inheriting from QtConcurrent::Exception you must reimplement clone().
Reimplemented from QtConcurrent::Exception::clone()
|
overridevirtual |
When inheriting from QtConcurrent::Exception you must reimplement raise().
Reimplemented from QtConcurrent::Exception::raise()