![]() |
Menge
Modular Pedestrian Simulation Framework for Research and Development
|
Exception thrown when the utility functions have an error which cannot be recovered from. More...
#include <Utils.h>
Public Member Functions | |
| UtilFatalException () | |
| Default constructor. | |
| UtilFatalException (const std::string &s) | |
| Constructor with message. More... | |
Public Member Functions inherited from Menge::UtilException | |
| UtilException () | |
| Default constructor. | |
| UtilException (const std::string &s) | |
| Constructor with message. More... | |
Public Member Functions inherited from Menge::MengeException | |
| 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... | |
Public Member Functions inherited from Menge::MengeFatalException | |
| MengeFatalException () | |
| Default constructor. | |
| MengeFatalException (const std::string &s) | |
| Constructor with message. More... | |
Additional Inherited Members | |
Public Attributes inherited from Menge::MengeException | |
| std::string | _msg |
| The exception message. | |
Exception thrown when the utility functions have an error which cannot be recovered from.
|
inline |
Constructor with message.
| s | The exception-specific message. |
1.8.8