Definition at line 73 of file funcWrapper.h.
|
| CallbackError (void *type, void *value) |
| Constructor used by Func1Py.
|
|
| CallbackError (PyFuncInfo &info) |
| Constructor used by pyOverride()
|
|
std::string | getMessage () const override |
| Method overridden by derived classes to format the error message.
|
|
std::string | getClass () const override |
| Method overridden by derived classes to indicate their type.
|
|
template<typename... Args> |
| CanteraError (const string &procedure, const string &msg, const Args &... args) |
| Normal Constructor for the CanteraError base class.
|
|
virtual | ~CanteraError () throw () |
| Destructor for base class does nothing.
|
|
const char * | what () const override throw () |
| Get a description of the error.
|
|
virtual string | getMessage () const |
| Method overridden by derived classes to format the error message.
|
|
virtual string | getMethod () const |
| Get the name of the method that threw the exception.
|
|
virtual string | getClass () const |
| Method overridden by derived classes to indicate their type.
|
|
◆ CallbackError() [1/2]
◆ CallbackError() [2/2]
Constructor used by pyOverride()
Definition at line 87 of file funcWrapper.h.
◆ ~CallbackError()
◆ getMessage()
std::string getMessage |
( |
| ) |
const |
|
inlineoverridevirtual |
Method overridden by derived classes to format the error message.
Reimplemented from CanteraError.
Definition at line 103 of file funcWrapper.h.
◆ getClass()
std::string getClass |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ m_type
◆ m_value
The documentation for this class was generated from the following file: