Searched defs:TwrMultiCatch (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/test/tools/javac/TryWithResources/
H A DTwrMultiCatch.java29 * @compile TwrMultiCatch.java
30 * @run main TwrMultiCatch
34 public class TwrMultiCatch implements AutoCloseable { class in inherits:AutoCloseable
37 private TwrMultiCatch(Class<? extends Exception> exceptionClass) { method in class:TwrMultiCatch
42 test(new TwrMultiCatch(CustomCloseException1.class),
45 test(new TwrMultiCatch(CustomCloseException2.class),
49 private static void test(TwrMultiCatch twrMultiCatch,
51 try(TwrMultiCatch tmc = twrMultiCatch) {

Completed in 39 milliseconds