Home
last modified time | relevance | path

Searched refs:ThrowCatchBase (Results 1 – 4 of 4) sorted by relevance

/art/test/1928-exception-event-exception/
Dexpected.txt59 Test "art.Test1928$DoThrowClass": Running with handler "art.Test1928$ThrowCatchBase"
72 …lass": Caught error art.Test1928$TestException:"doThrow" with handler "art.Test1928$ThrowCatchBase"
73 Test "art.Test1928$DoThrowClass": Finished running with handler "art.Test1928$ThrowCatchBase"
74 …st "art.Test1928$DoThrowCatchBaseTestException": Running with handler "art.Test1928$ThrowCatchBase"
88 …Test1928$DoThrowCatchBaseTestException": No error caught with handler "art.Test1928$ThrowCatchBase"
89 …est1928$DoThrowCatchBaseTestException": Finished running with handler "art.Test1928$ThrowCatchBase"
90 Test "art.Test1928$DoThrowCatchTestException": Running with handler "art.Test1928$ThrowCatchBase"
104 …art.Test1928$DoThrowCatchTestException": No error caught with handler "art.Test1928$ThrowCatchBase"
105 …rt.Test1928$DoThrowCatchTestException": Finished running with handler "art.Test1928$ThrowCatchBase"
106 …rt.Test1928$DoThrowCatchTestExceptionNoRethrow": Running with handler "art.Test1928$ThrowCatchBase"
[all …]
/art/test/1929-exception-catch-exception/
Dexpected.txt77 Test "art.Test1929$DoThrowClass": Running breakpoint with handler "art.Test1929$ThrowCatchBase"
85 …lass": Caught error art.Test1929$TestException:"doThrow" with handler "art.Test1929$ThrowCatchBase"
86 Test "art.Test1929$DoThrowClass": Finished running with handler "art.Test1929$ThrowCatchBase"
87 …t1929$DoThrowCatchBaseTestException": Running breakpoint with handler "art.Test1929$ThrowCatchBase"
100 …Test1929$DoThrowCatchBaseTestException": No error caught with handler "art.Test1929$ThrowCatchBase"
101 …est1929$DoThrowCatchBaseTestException": Finished running with handler "art.Test1929$ThrowCatchBase"
102 …$DoThrowCatchBaseTestExceptionTwice": Running breakpoint with handler "art.Test1929$ThrowCatchBase"
114 …929$DoThrowCatchBaseTestExceptionTwice": No error caught with handler "art.Test1929$ThrowCatchBase"
115 …29$DoThrowCatchBaseTestExceptionTwice": Finished running with handler "art.Test1929$ThrowCatchBase"
116 ….Test1929$DoThrowCatchTestException": Running breakpoint with handler "art.Test1929$ThrowCatchBase"
[all …]
/art/test/1928-exception-event-exception/src/art/
DTest1928.java93 public static class ThrowCatchBase implements ExceptionHandler { class in Test1928
180 new ThrowCatchBase(), in run()
/art/test/1929-exception-catch-exception/src/art/
DTest1929.java96 public static class ThrowCatchBase implements ExceptionHandler { class in Test1929
275 new ThrowCatchBase(), in run()