#include <parse_exception.hpp>
Public Member Functions | |
const std::string & | componentName () const |
parse_exception_wrong_number_of_arguments * | copy () 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 |
Private Attributes | |
std::string | mcomponentname |
int | mexpectednumber |
std::string | mmethodname |
int | mreceivednumber |
Definition at line 358 of file parse_exception.hpp.
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.
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 [inline, virtual] |
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.
std::string RTT::scripting::parse_exception_wrong_number_of_arguments::mcomponentname [private] |
Definition at line 361 of file parse_exception.hpp.
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.
Definition at line 364 of file parse_exception.hpp.