 |
LeechCraft
0.6.70-13605-g8cd066ad6a
Modular cross-platform feature rich live environment.
|
Go to the documentation of this file.
72 template<
typename... Args>
74 : T { std::forward<Args> (args)... }
82 void raise ()
const override
84 throw ConcurrentException<T> { *
this };
100 const char*
what () const noexcept
override
std::shared_ptr< QtException_t > QtException_ptr
ConcurrentException< T > * clone() const override
Constructs a copy of this object.
A concurrent exception that plays nicely with Qt.
Util::ConcurrentException< Util::NewType< std::exception, 0, __LINE__ > > ConcurrentStdException
Q_DECLARE_METATYPE(QVariantList *)
const char * what() const noexcept override
Overrides base pure virtual.
ConcurrentException()=default
Default-constructs the exception object.