#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 |
Public Member Functions inherited from RTT::parse_exception | |
virtual | ~parse_exception () |
Private Attributes | |
std::string | mdesc |
Additional Inherited Members | |
Protected Member Functions inherited from RTT::scripting::semantic_parse_exception | |
semantic_parse_exception () | |
Protected Member Functions inherited from RTT::parse_exception | |
parse_exception () | |
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.
|
inline |
Definition at line 191 of file parse_exception.hpp.
|
inlinevirtual |
Implements RTT::parse_exception.
Definition at line 201 of file parse_exception.hpp.
|
inline |
Definition at line 206 of file parse_exception.hpp.
|
inlinevirtual |
Implements RTT::parse_exception.
Definition at line 196 of file parse_exception.hpp.
|
private |
Definition at line 189 of file parse_exception.hpp.