Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/
H A Dspdxcheck.py14 class ParserException(Exception): class
104 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')
197 except ParserException as pe:
/kernel/linux/linux-6.6/scripts/
H A Dspdxcheck.py15 class ParserException(Exception): class
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 3 milliseconds