Searched refs:ParserException (Results 1 – 1 of 1) sorted by relevance
14 class ParserException(Exception): class104 raise ParserException(tok, 'Invalid License ID')108 raise ParserException(tok, 'Invalid Exception ID')110 raise ParserException(tok, 'Exception not valid for license %s' %self.lastid)131 raise ParserException(tok, 'Missing parentheses')146 raise ParserException(tok, 'Invalid token')158 raise ParserException(None, 'Unfinished license expression')160 raise ParserException(p, 'Syntax error')194 except ParserException as pe: