Java in a Nutshell, 5th Edition [Electronic resources]

نسخه متنی -صفحه : 1191/ 130
نمايش فراداده

An IOException that signals that a specified file cannot be found.

Figure 9-16. java.io.FileNotFoundException

public class 

FileNotFoundException extends IOException { // Public Constructors public

FileNotFoundException ( ); public

FileNotFoundException (String

s ); }

Thrown By

Too many methods to list.