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