Searched refs:ParserException (Results 1 - 1 of 1) sorted by relevance

/linux-master/scripts/
H A Dspdxcheck.py15 class ParserException(Exception): class in inherits:Exception
134 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:

Completed in 97 milliseconds