EOFException.EOFException
Class Overview | Class Members |
This Package |
All Packages
public EOFException()
Description
Constructs an EOFException with no detail message.
public EOFException( String s )
Parameters
- s
- the detail message.
Description
Constructs an EOFException with the specified detail
message.