26 #ifndef ABORT_EXCEPTION_H 27 #define ABORT_EXCEPTION_H 53 const char*
what() const noexcept {
std::string reason
Definition: AbortException.h:58
Exception class to handle abortion in component instanciation.
Definition: AbortException.h:43
const char * what() const noexcept
get the detailed reason from the exception
Definition: AbortException.h:53
Definition: Action.cpp:36
AbortException(std::string s)
default constructor: give the reason for the exception
Definition: AbortException.h:46
~AbortException()=default