72 template<
typename... Args>
74 : T { std::forward<Args> (args)... }
82 void raise ()
const override 100 const char*
what () const noexcept
override std::shared_ptr< QtException_t > QtException_ptr
const char * what() const noexcept override
Overrides base pure virtual.
A concurrent exception that plays nicely with Qt.
ConcurrentException()=default
Default-constructs the exception object.
ConcurrentException(Args &&... args)
Constructs the exception object with the given args.
Q_DECLARE_METATYPE(QVariantList *)
ConcurrentException< T > * clone() const override
Constructs a copy of this object.