Struct ConfigException¶
- Defined in File custom_exceptions.h
Inheritance Relationships¶
Base Type¶
public necsim::FatalException(Struct FatalException)
Struct Documentation¶
-
struct
ConfigException: public necsim::FatalException¶ A structure for all exceptions thrown within config processes.
Public Functions
-
ConfigException()¶
-
ConfigException(string msg)¶ Generates a FatalException with the specified error message.
- Parameters
msg: the message to pass to FatalException
-