|
hydrobricks
|
Exception for model configuration or conception errors. More...
#include <Exceptions.h>
Public Member Functions | |
| ModelConfigError (const char *msg) | |
| ModelConfigError (const std::string &msg) | |
| ModelConfigError (const wxString &msg) | |
Public Member Functions inherited from HydrobricksError | |
| HydrobricksError (const char *msg) | |
| HydrobricksError (const std::string &msg) | |
| HydrobricksError (const wxString &msg) | |
Exception for model configuration or conception errors.
Used when there is a fundamental mismatch in how the model is configured by the user, such as:
Semantically represents std::invalid_argument (user error in problem setup). This indicates an error in the user's problem setup/conception detected during model construction.