Throw a named error for an unknown or missing vpss species thermo model. More...
#include <VPSSMgrFactory.h>
Public Member Functions | |
UnknownVPSSMgrModel (std::string proc, std::string VPSSMgrModel) | |
Constructor. | |
virtual | ~UnknownVPSSMgrModel () throw () |
destructor |
Throw a named error for an unknown or missing vpss species thermo model.
Definition at line 37 of file VPSSMgrFactory.h.
UnknownVPSSMgrModel | ( | std::string | proc, | |
std::string | VPSSMgrModel | |||
) | [inline] |
Constructor.
proc | Function name error occurred. | |
VPSSMgrModel | Unrecognized species thermo calculator name |
Definition at line 44 of file VPSSMgrFactory.h.
virtual ~UnknownVPSSMgrModel | ( | ) | throw () [inline, virtual] |
destructor
Definition at line 50 of file VPSSMgrFactory.h.