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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
FileNotFoundException
public FileNotFoundException() -
FileNotFoundException
public FileNotFoundException(java.lang.String s)
-