43 : std::runtime_error(msg) {}
46 : std::runtime_error(msg) {}
49 : std::runtime_error(std::string(msg.mb_str())) {}
Root exception class for all Hydrobricks-specific errors.
Definition Exceptions.h:40
Exception for model configuration or conception errors.
Definition Exceptions.h:96
Exception for unimplemented features.
Definition Exceptions.h:122
Exception for unexpected runtime conditions.
Definition Exceptions.h:175
Exception for code paths that should never be reached.
Definition Exceptions.h:147