|
hydrobricks
|
Exception for unexpected runtime conditions. More...
#include <Exceptions.h>
Public Member Functions | |
| RuntimeError (const char *msg) | |
| RuntimeError (const std::string &msg) | |
| RuntimeError (const wxString &msg) | |
Public Member Functions inherited from HydrobricksError | |
| HydrobricksError (const char *msg) | |
| HydrobricksError (const std::string &msg) | |
| HydrobricksError (const wxString &msg) | |
Exception for unexpected runtime conditions.
Used for errors that occur during execution and cannot be predicted at configuration time, such as I/O failures or numerical issues.