[Kaffe] java.io.File(Input|Output)Stream question.

Patrick Tullmann tullmann at cs.utah.edu
Fri Feb 12 16:10:33 PST 1999


> The problem is that they throw a FileNotFoundException. The correct
> thing to do in this case is to throw an IOException.

If this fix is made, then any existing code that tries to catch
FileNotFoundException and handle it will fail to compile as it doesn't
catch IOException nor throw IOException.

-Pat


More information about the kaffe mailing list