Class java.lang.FileNotFoundException
All Packages This Package Previous Next
Class java.lang.FileNotFoundException
java.lang.Object
|
+----java.lang.Exception
|
+----java.lang.FileNotFoundException
-
public class
FileNotFoundException
-
extends Exception
Signals file not found.
-
Version:
-
1.7, 31 Jan 1995
-
FileNotFoundException()
-
Constructor
-
FileNotFoundException(String)
-
Constructor with a detail message.
FileNotFoundException
public FileNotFoundException()
-
Constructor
FileNotFoundException
public FileNotFoundException(String s)
-
Constructor with a detail message.
All Packages This Package Previous Next