ProcessingInterrupted Class Reference

This exception is thrown if the processing was interrupted (usually by the user) More...

#include "Exception.hpp"

+ Inheritance diagram for ProcessingInterrupted:

Public Member Functions

 ProcessingInterrupted (const ProcessingInterrupted &)
 
ProcessingInterruptedoperator= (const ProcessingInterrupted &)
 
- Public Member Functions inherited from Exception
 Exception (const char *errorMessage)
 
 Exception (const Exception &)
 
Exceptionoperator= (const Exception &)
 
- Public Member Functions inherited from NG_exception
 NG_exception (std::string a_reason)
 
 NG_exception (const char *a_reason)
 
virtual const char * what () const noexcept
 

Additional Inherited Members

- Public Types inherited from Exception
typedef NG_exception base
 

Detailed Description

This exception is thrown if the processing was interrupted (usually by the user)