EOFException.EOFException

EOFException.EOFException

Class Overview | Class Members | This Package | All Packages

Syntax 1
public EOFException()
Description
Constructs an EOFException with no detail message.



Syntax 2
public EOFException( String s )
Parameters
s
the detail message.
Description
Constructs an EOFException with the specified detail message.