Home
last modified time | relevance | path

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

/art/test/1929-exception-catch-exception/
Dexpected.txt229 …29$DoThrowClass": Running breakpoint with handler "art.Test1929$ThrowTestExceptionNoRethrowHandler"
237 …art.Test1929$TestException:"doThrow" with handler "art.Test1929$ThrowTestExceptionNoRethrowHandler"
238 …1929$DoThrowClass": Finished running with handler "art.Test1929$ThrowTestExceptionNoRethrowHandler"
239 …seTestException": Running breakpoint with handler "art.Test1929$ThrowTestExceptionNoRethrowHandler"
250ThrowTestExceptionNoRethrowHandler during throw from public static void art.Test1929.throwCatchBas…
251 …BaseTestException": Finished running with handler "art.Test1929$ThrowTestExceptionNoRethrowHandler"
252 …tExceptionTwice": Running breakpoint with handler "art.Test1929$ThrowTestExceptionNoRethrowHandler"
264 …TestExceptionTwice": No error caught with handler "art.Test1929$ThrowTestExceptionNoRethrowHandler"
265 …estExceptionTwice": Finished running with handler "art.Test1929$ThrowTestExceptionNoRethrowHandler"
266 …chTestException": Running breakpoint with handler "art.Test1929$ThrowTestExceptionNoRethrowHandler"
[all …]
/art/test/1929-exception-catch-exception/src/art/
DTest1929.java118 public static class ThrowTestExceptionNoRethrowHandler implements ExceptionHandler { class in Test1929
262 new ThrowTestExceptionNoRethrowHandler(), in run()