#include <parse_exception.hpp>
Public Member Functions | |
const std::string & | componentName () const |
parse_exception_no_such_component * | copy () const |
parse_exception_no_such_component (const std::string &name, const std::string &meth) | |
const std::string | what () const |
Private Attributes | |
std::string | mmeth |
std::string | mname |
Definition at line 298 of file parse_exception.hpp.
RTT::scripting::parse_exception_no_such_component::parse_exception_no_such_component | ( | const std::string & | name, |
const std::string & | meth | ||
) | [inline] |
Definition at line 304 of file parse_exception.hpp.
const std::string& RTT::scripting::parse_exception_no_such_component::componentName | ( | ) | const [inline] |
Definition at line 319 of file parse_exception.hpp.
parse_exception_no_such_component* RTT::scripting::parse_exception_no_such_component::copy | ( | ) | const [inline, virtual] |
Implements RTT::parse_exception.
Definition at line 314 of file parse_exception.hpp.
const std::string RTT::scripting::parse_exception_no_such_component::what | ( | ) | const [inline, virtual] |
Implements RTT::parse_exception.
Definition at line 309 of file parse_exception.hpp.
std::string RTT::scripting::parse_exception_no_such_component::mmeth [private] |
Definition at line 302 of file parse_exception.hpp.
std::string RTT::scripting::parse_exception_no_such_component::mname [private] |
Definition at line 301 of file parse_exception.hpp.