Exception, to be thrown when attempting to create a file or directory and finding that one already exists with the same name.
It is a normal Exception but with an attached filename string.
Create a new FileExistsException, without attaching a filename.
Create a new FileExistsException, attaching a filename.
The name of the file.
Exception, to be thrown when attempting to create a file or directory and finding that one already exists with the same name.
It is a normal Exception but with an attached filename string.