hydrobricks
Loading...
Searching...
No Matches
RuntimeError Class Reference

Exception for unexpected runtime conditions. More...

#include <Exceptions.h>

Inheritance diagram for RuntimeError:
HydrobricksError

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)
 

Detailed Description

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.


The documentation for this class was generated from the following file: