ewmscp
..
|
class for exceptions that result from unimplemented functions Exceptions of this kind are to be thrown when a input or output handler gets called via a function that is not implemented for this specific handler. More...
#include <copyRequestTypes.h>
Public Member Functions | |
unimplementedActionError (const std::string &aWhat) | |
unimplementedActionError (const char *aWhat) | |
template<typename ... Args> | |
unimplementedActionError (const Args &... args) | |
~unimplementedActionError () override=default | |
![]() | |
fatalException (const std::string &aWhat) | |
fatalException (const char *aWhat) | |
template<typename ... Args> | |
fatalException (const Args &... args) | |
~fatalException () override=default | |
Additional Inherited Members | |
![]() | |
template<typename ... Args> | |
std::string | argsToString (const Args &... args) |
class for exceptions that result from unimplemented functions Exceptions of this kind are to be thrown when a input or output handler gets called via a function that is not implemented for this specific handler.
In this case the program should be aborted, as obviously ill-matching arguments were given
Definition at line 32 of file copyRequestTypes.h.
|
inline |
Definition at line 34 of file copyRequestTypes.h.
|
inline |
Definition at line 35 of file copyRequestTypes.h.
|
inline |
Definition at line 36 of file copyRequestTypes.h.
|
overridedefault |