Home | History | Annotate | Download | only in server

Lines Matching refs:exception

22 class AutodirNotFoundError(Exception):
26 class AutotestFailure(Exception):
27 """Gereric exception class for failures during a test run."""
232 @exception AutoservError if a tarball was not specified and
398 except Exception:
647 This method will always raise an exception from the AutotestFailure
665 except Exception as e:
800 # check if we failed hard enough to warrant an exception
968 except Exception:
1094 except Exception:
1096 logging.exception(msg)
1104 except Exception:
1106 logging.exception(msg)
1109 except Exception:
1111 logging.exception(msg)