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

/openjdk7/langtools/test/tools/javac/TryWithResources/
H A DTwrMultiCatch.java42 test(new TwrMultiCatch(CustomCloseException1.class),
43 CustomCloseException1.class);
53 } catch (CustomCloseException1 |
61 public void close() throws CustomCloseException1, CustomCloseException2 {
71 } catch (CustomCloseException1 |
80 class CustomCloseException1 extends Exception {} class in inherits:Exception

Completed in 28 milliseconds