Searched refs:mException (Results 1 – 1 of 1) sorted by relevance
181 Throwable mException; field in BenchmarkTestBase.TestAction199 mException = e; in run()203 mException = e; in run()213 if (mException != null) { in getBenchmark()214 throw new Error("run failed", mException); in getBenchmark()