public class EOFException extends IOException
这个异常主要由数据输入流用来表示流的结尾。 请注意,许多其他输入操作在流的末尾返回特殊值,而不是抛出异常。
DataInputStream
, IOException
, Serialized Form
Constructor and Description |
---|
EOFException()
构造一个
EOFException 与
null 作为其错误详细消息。
|
EOFException(String s)
构造具有
EOFException 的详细消息的EOFException。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EOFException()
EOFException
与
null
作为其错误详细消息。
public EOFException(String s)
EOFException
详细消息的EOFException。
字符串s
可稍后由检索Throwable.getMessage()
类的方法java.lang.Throwable
。
s
- 详细信息。