#include <parse_exception.hpp>
Public Member Functions | |
parse_exception_semantic_error * | copy () const |
const std::string & | desc () const |
parse_exception_semantic_error (const std::string &desc) | |
const std::string | what () const |
Private Attributes | |
std::string | mdesc |
parse_exception class that is used for various semantic errors for which it was not worth defining a proper exception class.
Definition at line 186 of file parse_exception.hpp.
RTT::scripting::parse_exception_semantic_error::parse_exception_semantic_error | ( | const std::string & | desc | ) | [inline] |
Definition at line 191 of file parse_exception.hpp.
parse_exception_semantic_error* RTT::scripting::parse_exception_semantic_error::copy | ( | ) | const [inline, virtual] |
Implements RTT::parse_exception.
Definition at line 201 of file parse_exception.hpp.
const std::string& RTT::scripting::parse_exception_semantic_error::desc | ( | ) | const [inline] |
Definition at line 206 of file parse_exception.hpp.
const std::string RTT::scripting::parse_exception_semantic_error::what | ( | ) | const [inline, virtual] |
Implements RTT::parse_exception.
Definition at line 196 of file parse_exception.hpp.
std::string RTT::scripting::parse_exception_semantic_error::mdesc [private] |
Definition at line 189 of file parse_exception.hpp.