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

/external/autotest/cli/
H A Dtopic_common.py162 class CliError(Exception): class in inherits:Exception
240 raise CliError("Empty file %s" % flist)
245 raise CliError("Could not open file %s" % flist)
461 except CliError, s:
526 except CliError:
552 raise CliError("Error from web server")
564 raise CliError("Timed-out contacting the Autotest server")
572 raise CliError(str(full_error))

Completed in 200 milliseconds