#include <parse_exception.hpp>
Public Member Functions | |
int | argumentNumber () const |
const std::string & | componentName () const |
parse_exception_wrong_type_of_argument * | copy () const |
const std::string & | methodName () const |
parse_exception_wrong_type_of_argument (const std::string &componentname, const std::string &methodname, int argnumber, const std::string &expected, const std::string &received) | |
const std::string | what () const |
Private Attributes | |
int | margnumber |
std::string | mcomponentname |
std::string | mexpected |
std::string | mmethodname |
std::string | mreceived |
Definition at line 403 of file parse_exception.hpp.
RTT::scripting::parse_exception_wrong_type_of_argument::parse_exception_wrong_type_of_argument | ( | const std::string & | componentname, |
const std::string & | methodname, | ||
int | argnumber, | ||
const std::string & | expected, | ||
const std::string & | received | ||
) | [inline] |
Definition at line 412 of file parse_exception.hpp.
int RTT::scripting::parse_exception_wrong_type_of_argument::argumentNumber | ( | ) | const [inline] |
Definition at line 437 of file parse_exception.hpp.
const std::string& RTT::scripting::parse_exception_wrong_type_of_argument::componentName | ( | ) | const [inline] |
Definition at line 427 of file parse_exception.hpp.
parse_exception_wrong_type_of_argument* RTT::scripting::parse_exception_wrong_type_of_argument::copy | ( | ) | const [inline, virtual] |
Implements RTT::parse_exception.
Definition at line 422 of file parse_exception.hpp.
const std::string& RTT::scripting::parse_exception_wrong_type_of_argument::methodName | ( | ) | const [inline] |
Definition at line 432 of file parse_exception.hpp.
const std::string RTT::parse_exception_wrong_type_of_argument::what | ( | ) | const [virtual] |
Implements RTT::parse_exception.
Definition at line 60 of file parse_exception.cpp.
Definition at line 408 of file parse_exception.hpp.
std::string RTT::scripting::parse_exception_wrong_type_of_argument::mcomponentname [private] |
Definition at line 406 of file parse_exception.hpp.
std::string RTT::scripting::parse_exception_wrong_type_of_argument::mexpected [private] |
Definition at line 409 of file parse_exception.hpp.
std::string RTT::scripting::parse_exception_wrong_type_of_argument::mmethodname [private] |
Definition at line 407 of file parse_exception.hpp.
std::string RTT::scripting::parse_exception_wrong_type_of_argument::mreceived [private] |
Definition at line 410 of file parse_exception.hpp.