The FileOutputStream(File) and RandomAccessFile(File, String) constructors are
declared to throw IOException but should instead be declared to throw
FileNotFoundException, as explained in 4065852. -- mr@eng 1998/11/2
declared to throw IOException but should instead be declared to throw
FileNotFoundException, as explained in 4065852. -- mr@eng 1998/11/2
- relates to
-
JDK-4065852 java.io: Different file-opening constructors throw different exceptions
-
- Closed
-