Searched refs:ParseError (Results 1 – 6 of 6) sorted by relevance
77 raise exceptions.ParseError('Expected an address')99 raise exceptions.ParseError('Expected a `flags` directive')125 raise exceptions.ParseError('Expected a `name` directive')128 raise exceptions.ParseError(
23 class ParseError(Exception): class
139 except exceptions.ParseError as ex:178 raise exceptions.ParseError(208 raise exceptions.ParseError('Expected a `begin_cfg` directive')251 raise exceptions.ParseError('Expected a `end_block` directive')260 raise exceptions.ParseError(
35 with self.assertRaises(exceptions.ParseError) as ctx:45 with self.assertRaises(exceptions.ParseError) as ctx:59 with self.assertRaises(exceptions.ParseError) as ctx:65 with self.assertRaises(exceptions.ParseError) as ctx:
66 ParseError(String), enumerator
35 from google.protobuf.json_format import ParseError