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

/external/autotest/server/hosts/
H A Dhost_info.py328 class DeserializationError(Exception): class in inherits:Exception
366 raise DeserializationError(e)
370 raise DeserializationError('Unsupported serialization version %s' %
377 raise DeserializationError('Malformed serialized host_info: %r' % e)
H A Dfile_store.py76 except host_info.DeserializationError as e:
H A Dhost_info_unittest.py428 with self.assertRaises(host_info.DeserializationError):
443 with self.assertRaises(host_info.DeserializationError):
459 with self.assertRaises(host_info.DeserializationError):

Completed in 151 milliseconds