#include <parse_exception.hpp>
Public Member Functions | |
const std::string & | componentName () const |
parse_exception_no_such_method_on_component * | copy () const |
const std::string & | methodName () const |
parse_exception_no_such_method_on_component (const std::string &componentname, const std::string &methodname) | |
const std::string | what () const |
Private Attributes | |
std::string | mcomponentname |
std::string | mmethodname |
Definition at line 325 of file parse_exception.hpp.
RTT::scripting::parse_exception_no_such_method_on_component::parse_exception_no_such_method_on_component | ( | const std::string & | componentname, |
const std::string & | methodname | ||
) | [inline] |
Definition at line 331 of file parse_exception.hpp.
const std::string& RTT::scripting::parse_exception_no_such_method_on_component::componentName | ( | ) | const [inline] |
Definition at line 347 of file parse_exception.hpp.
parse_exception_no_such_method_on_component* RTT::scripting::parse_exception_no_such_method_on_component::copy | ( | ) | const [inline, virtual] |
Implements RTT::parse_exception.
Definition at line 342 of file parse_exception.hpp.
const std::string& RTT::scripting::parse_exception_no_such_method_on_component::methodName | ( | ) | const [inline] |
Definition at line 352 of file parse_exception.hpp.
const std::string RTT::scripting::parse_exception_no_such_method_on_component::what | ( | ) | const [inline, virtual] |
Implements RTT::parse_exception.
Definition at line 337 of file parse_exception.hpp.
std::string RTT::scripting::parse_exception_no_such_method_on_component::mcomponentname [private] |
Definition at line 328 of file parse_exception.hpp.
std::string RTT::scripting::parse_exception_no_such_method_on_component::mmethodname [private] |
Definition at line 329 of file parse_exception.hpp.