java.lang.Objectjava.lang.Throwable
java.lang.Error
java.io.IOError
public class IOError
当发生严重的 I/O 错误时,抛出此错误。
构造方法摘要 | |
---|---|
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 |
构造方法详细信息 |
---|
public IOError(Throwable cause)
cause
- 导致此错误的原因;如果未知,则为
null