JavaTM 2 Platform
Standard Ed. 6

java.io
类 IOError

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Error
          继承者 java.io.IOError
所有已实现的接口:
Serializable

public class IOError
extends Error

当发生严重的 I/O 错误时,抛出此错误。

从以下版本开始:
1.6
另请参见:
序列化表格

构造方法摘要
IOError(Throwable cause)
          构造带有指定 cause 的新 IOError 实例。
 
方法摘要
 
从类 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
 

构造方法详细信息

IOError

public IOError(Throwable cause)
构造带有指定 cause 的新 IOError 实例。IOError 是使用详细消息 (cause==null ? null :cause.toString())(它通常包含 cause 的类和详细消息)创建的。

参数:
cause - 导致此错误的原因;如果未知,则为 null

JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only