#include <vtql_parse.h>
Inheritance diagram for Error::Syntax:
Public Methods | |
virtual | ~Syntax () |
Syntax (const std::string &fu_name, const std::string &desc) | |
Construct an syntax error. More... | |
virtual | operator std::string () |
Get an pretty error string. |
This one gets thrown if an syntax error in VTQL occured while parsing a VTQL command or a part of it.
|
Construct an syntax error.
|