![]() |
Menge
Modular Pedestrian Simulation Framework for Research and Development
|
Exception class for path planner. More...
#include <PathPlanner.h>
Public Member Functions | |
PathPlannerException () | |
Default constructor. | |
PathPlannerException (const std::string &s) | |
Constructor with message. More... | |
![]() | |
MengeException () | |
Default constructor. | |
MengeException (const std::string &s) | |
Constructor with message. More... | |
~MengeException () throw () | |
Destructor. | |
virtual const char * | what () const throw () |
Provides the exception message. More... | |
Additional Inherited Members | |
![]() | |
std::string | _msg |
The exception message. | |
Exception class for path planner.
|
inline |
Constructor with message.
s | The exception-specific message. |