Home
last modified time | relevance | path

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

/art/test/008-exceptions/
Dexpected.txt3 at Main.catchAndRethrow(Main.java:77)
8 at Main.catchAndRethrow(Main.java:74)
/art/test/008-exceptions/src/
DMain.java59 catchAndRethrow(); in exceptions_007()
72 private static void catchAndRethrow() { in catchAndRethrow() method in Main