Package java.io
Class FileNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.io.FileNotFoundException
-
- All Implemented Interfaces:
Serializable
public class FileNotFoundException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileNotFoundException()
FileNotFoundException(String var0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
FileNotFoundException
public FileNotFoundException()
-
FileNotFoundException
public FileNotFoundException(String var0)
-
-