java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException java.io.EOFException
public class EOFException
Signals that an end of file or end of stream has been reached unexpectedly during input.
This exception is mainly used by data input streams to signal end of stream. Note that many other input operations return a special value on end of stream rather than throwing an exception.
DataInputStream
, IOException
, Serialized Form
EOFException()
EOFException
with null
as its error detail message. EOFException(String s)
EOFException
with the specified detail message. Methods inherited from class java.lang.Throwable fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
EOFException
public EOFException()
EOFException
with null
as its error detail message.
public EOFException(String s)
EOFException
with the specified detail message. The string s
may later be retrieved by the Throwable.getMessage()
method of class java.lang.Throwable
.
s
- the detail message.
Copyright © 2004, 2010 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4