java.io.FileNotFoundException (JDK 1.0)
An IOException that signals that a specified file cannot be found.
public classFileNotFoundExceptionextends IOException { //Public ConstructorspublicFileNotFoundException(); publicFileNotFoundException(Strings); }
Hierarchy:
Object->Throwable(Serializable)->Exception->IOException->FileNotFoundException
Thrown By:
FileInputStream(), FileReader()