鸿蒙OS UncheckedIOException

UncheckedIOException

java.lang.Object

|—java.lang.Throwable

|—|—java.lang.Exception

|—|—|—java.lang.RuntimeException

|—|—|—|—java.io.UncheckedIOException

public class UncheckedIOException
extends RuntimeException

用未经检查的异常包装 IOException。

Since:

1.8

构造函数摘要

构造函数 描述
UncheckedIOException(IOException cause) 构造此类的一个实例。
UncheckedIOException(String message, IOException cause) 构造此类的一个实例。

方法总结

修饰符和类型 方法 描述
IOException getCause() 返回此异常的原因。
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
从类 java.lang.Throwable 继承的方法
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

构造函数详细信息

UncheckedIOException

public UncheckedIOException(String message, IOException cause)

构造此类的一个实例。

参数:

参数名称 参数描述
message 详细信息,可以为空
cause IO异常

Throws:

Throw名称 Throw描述
NullPointerException 如果 cause 为空

UncheckedIOException

public UncheckedIOException(IOException cause)

构造此类的一个实例。

参数:

参数名称 参数描述
cause IO异常

Throws:

Throw名称 Throw描述
NullPointerException 如果 cause 为空

方法详情

getCause

public IOException getCause()

返回此异常的原因。

覆盖:

类 Throwable 中的 getCause

返回:

IOException 是导致此异常的原因。

版权声明:本文采用知识共享 署名4.0国际许可协议 [BY-NC-SA] 进行授权
文章名称:《鸿蒙OS UncheckedIOException》
文章链接:https://zhuji.vsping.com/314784.html
本站资源仅供个人学习交流,请于下载后24小时内删除,不允许用于商业用途,否则法律问题自行承担。