DthingApi
Public Member Functions | List of all members
java.io.FileNotFoundException Class Reference
Inheritance diagram for java.io.FileNotFoundException:
java.io.IOException

Public Member Functions

 FileNotFoundException ()
 
 FileNotFoundException (String detailMessage)
 
- Public Member Functions inherited from java.io.IOException
 IOException ()
 
 IOException (String detailMessage)
 

Detailed Description

Thrown when a file specified by a program cannot be found.

Constructor & Destructor Documentation

◆ FileNotFoundException() [1/2]

java.io.FileNotFoundException.FileNotFoundException ( )
inline

Constructs a new

with its stack trace filled in.

◆ FileNotFoundException() [2/2]

java.io.FileNotFoundException.FileNotFoundException ( String  detailMessage)
inline

Constructs a new

with its stack trace and detail message filled in.

Parameters
detailMessagethe detail message for this exception.

The documentation for this class was generated from the following file: