Home
last modified time | relevance | path

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

/aosp12/art/test/1929-exception-catch-exception/
H A Dexpected-stdout.txt229 …29$DoThrowClass": Running breakpoint 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"
266 …chTestException": Running breakpoint with handler "art.Test1929$ThrowTestExceptionNoRethrowHandler"
277ThrowTestExceptionNoRethrowHandler during throw from public static void art.Test1929.throwCatchTes…
278 …atchTestException": Finished running with handler "art.Test1929$ThrowTestExceptionNoRethrowHandler"
279 …tExceptionTwice": Running breakpoint with handler "art.Test1929$ThrowTestExceptionNoRethrowHandler"
291 …TestExceptionTwice": No error caught with handler "art.Test1929$ThrowTestExceptionNoRethrowHandler"
[all …]
/aosp12/art/test/1929-exception-catch-exception/src/art/
H A DTest1929.java118 public static class ThrowTestExceptionNoRethrowHandler implements ExceptionHandler { class in Test1929
277 new ThrowTestExceptionNoRethrowHandler(), in run()