Lines Matching refs:ParserError
33 class ParserError:
100 raise ParserError("Illegal characters in filter")
106 raise ParserError("Syntax error")
404 raise ParserError("Illegal characters in variant name",
408 raise ParserError("Illegal characters in dependencies",
449 raise ParserError("'variants' is not allowed inside a "
458 raise ParserError("Syntax error: missing parameter",
474 raise ParserError("Syntax error: missing parameter",
481 except ParserError, e:
504 except ParserError, e:
515 raise ParserError("Syntax error", line, cr.filename, linenum)