Struct ConfigException

Inheritance Relationships

Base Type

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