Orocos Real-Time Toolkit
2.9.0
|
This exception is thrown when a program or state machine could not be loaded into a ProgramProcessor or StateMachineProcessor. More...
#include <rtt/scripting/ProgramExceptions.hpp>
Public Member Functions | |
program_load_exception (const std::string &error) | |
~program_load_exception () throw () | |
const char * | what () const throw () |
This exception is thrown when a program or state machine could not be loaded into a ProgramProcessor or StateMachineProcessor.
Definition at line 53 of file ProgramExceptions.hpp.
|
inline |
Definition at line 58 of file ProgramExceptions.hpp.
|
inline |
Definition at line 62 of file ProgramExceptions.hpp.
|
inline |
Definition at line 63 of file ProgramExceptions.hpp.
Referenced by RTT::scripting::ScriptingService::clear(), RTT::scripting::ScriptingService::loadPrograms(), RTT::scripting::ScriptingService::loadStateMachines(), and RTT::scripting::ScriptParser::ScriptParser().