50 #if QT_VERSION < 0x050000
70 template<
typename... Args>
72 : T { std::forward<Args...> (args...) }
80 void raise ()
const override
98 const char*
what () const noexcept
override
const char * what() const noexceptoverride
Overrides base pure virtual.
ConcurrentException< T > * clone() const override
Constructs a copy of this object.
ConcurrentException(Args &&...args)
Constructs the exception object with the given args.
A concurrent exception that plays nicely with Qt.
ConcurrentException()=default
Default-constructs the exception object.