A Semantic parse exception means the parser recognised a part of the string, but got into trouble lateron, for example, a missing argument or non existing component. More...
#include <rtt/scripting/parse_exception.hpp>
Public Member Functions | |
virtual const std::string | what () const =0 |
virtual parse_exception * | copy () const =0 |
A Semantic parse exception means the parser recognised a part of the string, but got into trouble lateron, for example, a missing argument or non existing component.
Definition at line 102 of file parse_exception.hpp.