ERROR - java.io.FileNotFoundException - Possible Causes of FileNotFoundException

Exception Thrown By:Cause
ClassMethod
FileInputStream public FileInputStream(File
file)
if the
file does not exist
FileOutputStream public FileOutputStream(File
file)
if the file exists but is
a directory rather than a regular file
FileReader public FileReader(File
file)
if the
file does not exist
PrintStream public PrintStream(String
fileName)
If the given file
object does not denote an existing
PrintStream public PrintStream(File
file)
If the given file
object does not denote an existing
PrintWriter public PrintWriter(File
file)
If the given file
object does not denote an existing
Scanner public Scanner(File
source)
if source
is not found