java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----java.io.IOException | +----java.io.FileNotFoundException
Signals that a file could not be found.
FileNotFoundException
with no detail message.
FileNotFoundException
with the
specified detail message.
public FileNotFoundException()
FileNotFoundException
with no detail message.
public FileNotFoundException(String s)
FileNotFoundException
with the
specified detail message.