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