IOException
“//completetry { in = new FileInputStream(“”missing file.txt””);} catch (______ e) { System.out.println(e.getMessage());} finally { try { if(in != null) in.close(); } catch(IOException e) { System.out.println(“”Failed to close file””); }}”