Orocos Real-Time Toolkit  2.9.0
Public Member Functions | List of all members
RTT::scripting::parse_exception_no_such_method_on_component Class Reference

#include <rtt/scripting/parse_exception.hpp>

Inheritance diagram for RTT::scripting::parse_exception_no_such_method_on_component:
RTT::scripting::semantic_parse_exception RTT::parse_exception

Public Member Functions

 parse_exception_no_such_method_on_component (const std::string &componentname, const std::string &methodname)
 
const std::string what () const
 
parse_exception_no_such_method_on_componentcopy () const
 
const std::string & componentName () const
 
const std::string & methodName () const
 

Detailed Description

Definition at line 325 of file parse_exception.hpp.

Constructor & Destructor Documentation

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.

Member Function Documentation

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
inlinevirtual

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
inlinevirtual

Implements RTT::parse_exception.

Definition at line 337 of file parse_exception.hpp.


The documentation for this class was generated from the following file: