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