Throw a named error for an unknown or missing species thermo model. More...
#include <SpeciesThermoFactory.h>
Public Member Functions | |
UnknownSpeciesThermoModel (std::string proc, std::string spName, std::string speciesThermoModel) | |
constructor | |
virtual | ~UnknownSpeciesThermoModel () throw () |
destructor |
Throw a named error for an unknown or missing species thermo model.
Definition at line 36 of file SpeciesThermoFactory.h.
UnknownSpeciesThermoModel | ( | std::string | proc, | |
std::string | spName, | |||
std::string | speciesThermoModel | |||
) | [inline] |
constructor
proc | Function name error occurred. | |
spName | Species Name that caused the error | |
speciesThermoModel | Unrecognized species thermo model name |
Definition at line 44 of file SpeciesThermoFactory.h.
virtual ~UnknownSpeciesThermoModel | ( | ) | throw () [inline, virtual] |
destructor
Definition at line 51 of file SpeciesThermoFactory.h.