8#include "Arp/System/Commons/Exceptions/CommonException.hpp" 
   10namespace Arp { 
namespace System { 
namespace Commons
 
   35template<> 
struct fmt::formatter<
Arp::System::Commons::ThreadInterruptException> : 
public fmt::ostream_formatter {};
 
std::unique_ptr< Exception > Ptr
The smart pointer type of this class.
Definition: Exception.hpp:27
 
This is the base class of common exception classes.
Definition: CommonException.hpp:18
 
Definition: ThreadInterruptException.hpp:14
 
~ThreadInterruptException(void)=default
Destructs this instance and frees all resources.
 
ThreadInterruptException & operator=(const ThreadInterruptException &arg)=default
Assignment operator.
 
ThreadInterruptException(void)
Constructs an InterruptedException instance.
Definition: ThreadInterruptException.cpp:19
 
Exception::Ptr Clone(void) const override
This operation clones this instance polymorpically as a deep copy.
Definition: ThreadInterruptException.cpp:13
 
ThreadInterruptException(const ThreadInterruptException &arg)=default
Copy constructor.
 
Root namespace for the PLCnext API