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

Public Member Functions

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

Detailed Description

Thrown when a program encounters the end of a file or stream during an input operation.

Constructor & Destructor Documentation

◆ EOFException() [1/2]

java.io.EOFException.EOFException ( )
inline

Constructs a new

with its stack trace filled in.

◆ EOFException() [2/2]

java.io.EOFException.EOFException ( 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: