All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----java.io.IOException | +----java.io.EOFException
This exception is mainly used by data input streams, which generally expect a binary file in a specific format, and for which an end of stream is an unusual condition. Most other input streams return a special value on end of stream.
EOFException
with no detail message.
EOFException
with the specified detail
message.
public EOFException()
EOFException
with no detail message.
public EOFException(String s)
EOFException
with the specified detail
message.
All Packages Class Hierarchy This Package Previous Next Index