public class IORuntimeException extends RuntimeException
IO运行时异常,常用于对IOException的包装
| 构造器和说明 |
|---|
IORuntimeException(String message) |
IORuntimeException(String messageTemplate,
Object... params) |
IORuntimeException(String message,
Throwable throwable) |
IORuntimeException(Throwable e) |
IORuntimeException(Throwable throwable,
String messageTemplate,
Object... params) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
causeInstanceOf(Class<? extends Throwable> clazz)
导致这个异常的异常是否是指定类型的异常
|
Copyright © 2020. All rights reserved.