Click!
Here is the file closing method.
It is possible (though rare) for closing a file to fail.
The close()
method of
PrintWriter
does not throw an exception.
Since errors on closing a file are rare, would it be OK
to have closeFiles()
throw its IOException
s?