Searched refs:ParserException (Results 1 – 1 of 1) sorted by relevance
14 class ParserException(Exception): class103 raise ParserException(tok, 'Invalid License ID')107 raise ParserException(tok, 'Invalid Exception ID')109 raise ParserException(tok, 'Exception not valid for license %s' %self.lastid)130 raise ParserException(tok, 'Missing parentheses')145 raise ParserException(tok, 'Invalid token')157 raise ParserException(None, 'Unfinished license expression')159 raise ParserException(p, 'Syntax error')187 except ParserException as pe: