Searched refs:TestError (Results 1 – 3 of 3) sorted by relevance
54 private static class TestError extends Error { class in Test99156 public TestError(String s) { super(s); } in TestError() method in Test991.TestError62 throw new TestError("Throwing error during access"); in handleFieldAccess()68 throw new TestError("Throwing error during modify"); in handleFieldModify()204 } catch (TestError e) { in run()
42 public static final class TestError extends Error { class in Test194043 public TestError(String s) { super(s); } in TestError() method in Test1940.TestError48 throw new TestError("Failure: " + a + " != " + b); in checkEq()82 throw new TestError("Unknown ddm request type: " + req.type); in handleChunk()
13 Caught error. art.Test991$TestError: Throwing error during access22 Caught error. art.Test991$TestError: Throwing error during modify84 Caught error. art.Test991$TestError: Throwing error during access93 Caught error. art.Test991$TestError: Throwing error during modify