#include <KineticsFactory.h>
|
| UnknownKineticsModel (const std::string &proc, const std::string &kineticsModel) |
|
template<typename... Args> |
| CanteraError (const std::string &procedure, const std::string &msg, const Args &... args) |
| Normal Constructor for the CanteraError base class. More...
|
|
virtual | ~CanteraError () throw () |
| Destructor for base class does nothing. More...
|
|
const char * | what () const throw () |
| Get a description of the error. More...
|
|
virtual std::string | getMessage () const |
| Method overridden by derived classes to format the error message. More...
|
|
virtual std::string | getClass () const |
| Method overridden by derived classes to indicate their type. More...
|
|
- Deprecated:
- Unused. To be removed after Cantera 2.6.
Definition at line 19 of file KineticsFactory.h.
◆ UnknownKineticsModel()
The documentation for this class was generated from the following file: