Specific error to be thrown if the type of Thermo mananger is unrecognized. More...
#include <ThermoFactory.h>
Public Member Functions | |
UnknownThermoPhaseModel (std::string proc, std::string thermoModel) | |
Constructor. | |
virtual | ~UnknownThermoPhaseModel () throw () |
destructor |
Specific error to be thrown if the type of Thermo mananger is unrecognized.
This particular error class may be caught, if the application may have other models that the main Cantera appliation doesn't know about.
Definition at line 47 of file ThermoFactory.h.
UnknownThermoPhaseModel | ( | std::string | proc, | |
std::string | thermoModel | |||
) | [inline] |
Constructor.
proc | Function name where the error occurred. | |
thermoModel | Sting name of ThermoPhase which didn't match |
Definition at line 54 of file ThermoFactory.h.
virtual ~UnknownThermoPhaseModel | ( | ) | throw () [inline, virtual] |
destructor
Definition at line 59 of file ThermoFactory.h.