Home | History | Annotate | Download | only in local

Lines Matching refs:exception

133 def SetupProblem(exception, test):
134 stderr = ">>> EXCEPTION: %s\n" % exception
135 match = re.match(r"^.*No such file or directory: '(.*)'$", str(exception))
173 except Exception, e:
222 except Exception, e:
223 print("PerfData exception: %s" % e)
335 except Exception, e:
336 # If this failed, save the exception and re-raise it later (after
385 class BreakNowException(Exception):