FileNotFoundExceptionNameFileNotFoundExceptionSynopsis
DescriptionA FileNotFoundException is thrown when a specified file cannot be located. Class Summary
public class java.io.FileNotFoundException extends java.io.IOException {
// Constructors
public FileNotFoundException();
public FileNotFoundException(String s);
}
ConstructorsFileNotFoundExceptionpublic FileNotFoundException()
public FileNotFoundException(String s)
Inherited Methods
See AlsoException, IOException, Throwable |
|