#include <parse_exception.hpp>
Public Member Functions | |
parse_exception_syntactic_error * | copy () const |
const std::string & | desc () const |
parse_exception_syntactic_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::syntactic_parse_exception | |
syntactic_parse_exception () | |
Protected Member Functions inherited from RTT::parse_exception | |
parse_exception () | |
parse_exception class that is used for various syntactic errors for which it was not worth defining a proper exception class.
Definition at line 272 of file parse_exception.hpp.
|
inline |
Definition at line 277 of file parse_exception.hpp.
|
inlinevirtual |
Implements RTT::parse_exception.
Definition at line 287 of file parse_exception.hpp.
|
inline |
Definition at line 292 of file parse_exception.hpp.
|
inlinevirtual |
Implements RTT::parse_exception.
Definition at line 282 of file parse_exception.hpp.
|
private |
Definition at line 275 of file parse_exception.hpp.