20 #ifndef RUNEXCEPTION_H_
21 #define RUNEXCEPTION_H_
23 #include "GenericMessageException.h"
26 namespace basic_types {
This exception is thrown if an algorithm or Scenario was executed, but encountered and error...
Definition: RunException.h:33
virtual ~RunException()
Destroys the RunException instance.
Definition: RunException.cpp:28
RunException(string messageBody)
Generates a new RunException with the given message as body.
Definition: RunException.cpp:25
This class serves as a superclass of all Exceptions.
Definition: GenericMessageException.h:33