Searched defs:LexError (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dlexer.py21 class LexError(Exception): class in inherits:Exception
193 raise LexError( self.err_string() + "unterminated char constant" )
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/parse/
H A Dlexer.py28 class LexError(Error): class in inherits:Error
48 raise LexError(self.filename, msg, token.lineno)
/external/chromium_org/third_party/ply/
H A Dlex.py63 class LexError(Exception): class in inherits:Exception
359 raise LexError("%s:%d: Rule '%s' returned an unknown token type '%s'" % (
387 raise LexError("Scanning error. Illegal character '%s'" % (lexdata[lexpos]), lexdata[lexpos:])
393 raise LexError("Illegal character '%s' at index %d" % (lexdata[lexpos],lexpos), lexdata[lexpos:])

Completed in 176 milliseconds