Searched refs:caughtExceptions (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/test/tools/javac/multicatch/
H A DPos01.java36 static int caughtExceptions = 0; field in class:Pos01
48 caughtExceptions++;
55 if (caughtExceptions != 2) {
56 throw new AssertionError("Exception handler called " + caughtExceptions + "times");
H A DPos02.java46 static int caughtExceptions = 0; field in class:Pos02
59 caughtExceptions++;
62 caughtExceptions++;
76 if (caughtExceptions != 4 && caughtRethrownExceptions == 2) {
77 throw new AssertionError("Exception handler called " + caughtExceptions + "times" +

Completed in 68 milliseconds