|
RTC Toolkit 5.1.0
|
This exception is raised when the Python interpreter cannot be initialised properly. More...
#include <rtctk/componentFramework/pythonInterpreter.hpp>
Public Member Functions | |
| SetupFailure (const std::string &message) | |
Public Member Functions inherited from rtctk::componentFramework::RtctkException | |
| RtctkException () noexcept | |
| RtctkException (const std::string &msg) | |
| RtctkException (const RtctkException &other) noexcept | |
| ~RtctkException () override=default | |
This exception is raised when the Python interpreter cannot be initialised properly.
If a Python exception is raised during initialisation of the embedded interpreter, it is converted to this C++ exception. The error message returned by what() will contain the textual error message of the original Python exception.
|
explicit |