Searched refs:ParserException (Results 1 – 1 of 1) sorted by relevance
15 class ParserException(Exception): class134 raise ParserException(tok, 'Invalid License ID')138 raise ParserException(tok, 'Invalid Exception ID')140 raise ParserException(tok, 'Exception not valid for license %s' %self.lastid)161 raise ParserException(tok, 'Missing parentheses')176 raise ParserException(tok, 'Invalid token')188 raise ParserException(None, 'Unfinished license expression')190 raise ParserException(p, 'Syntax error')229 except ParserException as pe: