public FileWriter(String fileName, boolean append) throws IOException
Throws:
IOException - if the specified file is not found or if some other I/O
error occurs.
But I found this constructor does not throw IOExcepion if the file does
not exist.
Throws:
IOException - if the specified file is not found or if some other I/O
error occurs.
But I found this constructor does not throw IOExcepion if the file does
not exist.
- duplicates
-
JDK-4057966 (spec) FileWriter constructors should document FileNotFoundException
- Closed
-
JDK-4365451 java.io.FileWriter constructors does not throw IOException
- Closed
-
JDK-4492787 (spec) Incorrect description for @throws IOException in FileWriter(String)
- Closed