Home
last modified time | relevance | path

Searched refs:ThrowBaseTestExceptionHandler (Results 1 – 2 of 2) sorted by relevance

/art/test/1929-exception-catch-exception/
Dexpected-stdout.txt155 …est1929$DoThrowClass": Running breakpoint with handler "art.Test1929$ThrowBaseTestExceptionHandler"
163 …rror art.Test1929$TestException:"doThrow" with handler "art.Test1929$ThrowBaseTestExceptionHandler"
164 ….Test1929$DoThrowClass": Finished running with handler "art.Test1929$ThrowBaseTestExceptionHandler"
165 …tchBaseTestException": Running breakpoint with handler "art.Test1929$ThrowBaseTestExceptionHandler"
176 …rowCatchBaseTestException() @ line = 140" with handler "art.Test1929$ThrowBaseTestExceptionHandler"
177 …CatchBaseTestException": Finished running with handler "art.Test1929$ThrowBaseTestExceptionHandler"
178 …seTestExceptionTwice": Running breakpoint with handler "art.Test1929$ThrowBaseTestExceptionHandler"
190 …hBaseTestExceptionTwice": No error caught with handler "art.Test1929$ThrowBaseTestExceptionHandler"
191 …BaseTestExceptionTwice": Finished running with handler "art.Test1929$ThrowBaseTestExceptionHandler"
192 …owCatchTestException": Running breakpoint with handler "art.Test1929$ThrowBaseTestExceptionHandler"
[all …]
/art/test/1929-exception-catch-exception/src/art/
DTest1929.java110 public static class ThrowBaseTestExceptionHandler implements ExceptionHandler { class in Test1929
276 new ThrowBaseTestExceptionHandler(), in run()