On Wed, 22 Jun 2005, Jesse Glick <[EMAIL PROTECTED]> wrote:

> That's one option. Another is to just assume the worst and throw the
> IOException from whatever.close()

One of the problems in addition to changing a whole lot of method
signatures is that we want to close files even in the error case and
an exception thrown by close in a catch block might be masking the
original problem.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to