Overview | Methods | This Package | All Packages
Creates an EOFException object.
Syntax
public EOFException()
public EOFException( String s )
Parameters
s
The text to be displayed when the exception occurs. If no string is passed, a default message is displayed.