所有类


java.io
类 IOException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.io.IOException
所有已实现的接口:
Serializable
直接已知子类:
ChangedCharSetException, CharacterCodingException, CharConversionException, ClosedChannelException, EOFException, FileLockInterruptionException, FileNotFoundException, HttpRetryException, IIOException, InterruptedIOException, InvalidPropertiesFormatException, JMXProviderException, JMXServerErrorException, MalformedURLException, ObjectStreamException, ProtocolException, RemoteException, SaslException, SocketException, SSLException, SyncFailedException, UnknownHostException, UnknownServiceException, UnsupportedEncodingException, UTFDataFormatException, ZipException

public class IOException
   
   
   
   
   
extends Exception

当发生某种 I/O 异常时,抛出此异常。此类为异常的通用类,它是由失败的或中断的 I/O 操作生成的。

从以下版本开始:
JDK1.0
另请参见:
InputStream, OutputStream, 序列化表格

构造方法摘要
IOException()
          构造一个 IOException,使用 null 作为其错误详细消息。
IOException(String s)
          构造带指定详细信息的 IOException
 
方法摘要
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

IOException

public IOException()
构造一个 IOException,使用 null 作为其错误详细消息。


IOException

public IOException(String s)
构造带指定详细信息的 IOException。稍后可以通过类 java.lang.ThrowableThrowable.getMessage() 方法检索该错误消息字符串 s

参数:
s - 详细消息。

所有类

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部