Class FileNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.FileNotFoundException
Signals that an attempt to open the file denoted by a specified pathname has failed.
See: java.io.FileInputStream, java.io.IOException
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileNotFoundException
public FileNotFoundException() -
FileNotFoundException
-