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