26#ifndef ABORT_EXCEPTION_H
27#define ABORT_EXCEPTION_H
53 const char*
what() const noexcept {
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
std::string reason
Definition: AbortException.h:58
AbortException(std::string s)
default constructor: give the reason for the exception
Definition: AbortException.h:46
Definition: Action.cpp:35