java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.wjybxx.base.io.IORuntimeException
- 所有已实现的接口:
Serializable
用于替代
IOException的非受检异常。
java的受检异常要慎用。。。- 作者:
- wjybxx date - 2024/1/23
- 另请参阅:
-
构造器概要
构造器构造器说明IORuntimeException(String message) IORuntimeException(String message, Throwable cause) IORuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) IORuntimeException(Throwable cause) -
方法概要
-
构造器详细资料
-
IORuntimeException
public IORuntimeException() -
IORuntimeException
-
IORuntimeException
-
IORuntimeException
-
IORuntimeException
-