Public Member Functions | Private Attributes | List of all members
RTT::scripting::parse_exception_wrong_number_of_arguments Class Reference

#include <parse_exception.hpp>

Inheritance diagram for RTT::scripting::parse_exception_wrong_number_of_arguments:
Inheritance graph
[legend]

Public Member Functions

const std::string & componentName () const
 
parse_exception_wrong_number_of_argumentscopy () const
 
int expectedNumber () const
 
const std::string & methodName () const
 
 parse_exception_wrong_number_of_arguments (const std::string &componentname, const std::string &methodname, int expectednumber, int receivednumber)
 
int receivedNumber () const
 
const std::string what () const
 
- Public Member Functions inherited from RTT::parse_exception
virtual ~parse_exception ()
 

Private Attributes

std::string mcomponentname
 
int mexpectednumber
 
std::string mmethodname
 
int mreceivednumber
 

Additional Inherited Members

- Protected Member Functions inherited from RTT::scripting::fatal_semantic_parse_exception
 fatal_semantic_parse_exception ()
 
- Protected Member Functions inherited from RTT::parse_exception
 parse_exception ()
 

Detailed Description

Definition at line 358 of file parse_exception.hpp.

Constructor & Destructor Documentation

RTT::scripting::parse_exception_wrong_number_of_arguments::parse_exception_wrong_number_of_arguments ( const std::string &  componentname,
const std::string &  methodname,
int  expectednumber,
int  receivednumber 
)
inline

Definition at line 366 of file parse_exception.hpp.

Member Function Documentation

const std::string& RTT::scripting::parse_exception_wrong_number_of_arguments::componentName ( ) const
inline

Definition at line 382 of file parse_exception.hpp.

parse_exception_wrong_number_of_arguments* RTT::scripting::parse_exception_wrong_number_of_arguments::copy ( ) const
inlinevirtual

Implements RTT::parse_exception.

Definition at line 377 of file parse_exception.hpp.

int RTT::scripting::parse_exception_wrong_number_of_arguments::expectedNumber ( ) const
inline

Definition at line 392 of file parse_exception.hpp.

const std::string& RTT::scripting::parse_exception_wrong_number_of_arguments::methodName ( ) const
inline

Definition at line 387 of file parse_exception.hpp.

int RTT::scripting::parse_exception_wrong_number_of_arguments::receivedNumber ( ) const
inline

Definition at line 397 of file parse_exception.hpp.

const std::string RTT::parse_exception_wrong_number_of_arguments::what ( ) const
virtual

Implements RTT::parse_exception.

Definition at line 49 of file parse_exception.cpp.

Member Data Documentation

std::string RTT::scripting::parse_exception_wrong_number_of_arguments::mcomponentname
private

Definition at line 361 of file parse_exception.hpp.

int RTT::scripting::parse_exception_wrong_number_of_arguments::mexpectednumber
private

Definition at line 363 of file parse_exception.hpp.

std::string RTT::scripting::parse_exception_wrong_number_of_arguments::mmethodname
private

Definition at line 362 of file parse_exception.hpp.

int RTT::scripting::parse_exception_wrong_number_of_arguments::mreceivednumber
private

Definition at line 364 of file parse_exception.hpp.


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


rtt
Author(s): RTT Developers
autogenerated on Tue Jun 25 2019 19:33:46