![]() |
CopperSpice API
1.7.4
|
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 |
In your QtConcurrent::Exception subclass, reimplement clone() like this:
Reimplemented from QtConcurrent::Exception.
|
overridevirtual |
In your QtConcurrent::Exception subclass, reimplement raise() like this:
Reimplemented from QtConcurrent::Exception.