throw new Exception("MyResource3 Close Exception"); } } ... void foo() throws Exception { try (MyResource3 r3 = new MyResource3()) { System.out.println("Do ...
確定! 回上一頁