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

/openjdk7/langtools/test/tools/javac/multicatch/
H A DPos02.java47 static int caughtRethrownExceptions = 0; field in class:Pos02
73 caughtRethrownExceptions++;
76 if (caughtExceptions != 4 && caughtRethrownExceptions == 2) {
78 " rethrown handler called " + caughtRethrownExceptions + "times");

Completed in 21 milliseconds