public class IORuntimeException extends HutoolException
| 构造器和说明 |
|---|
IORuntimeException()
构造
|
IORuntimeException(String message)
构造
|
IORuntimeException(String messageTemplate,
Object... params)
构造
|
IORuntimeException(String message,
Throwable cause)
构造
|
IORuntimeException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
构造
|
IORuntimeException(Throwable e)
构造
|
IORuntimeException(Throwable cause,
String messageTemplate,
Object... params)
构造
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
causeInstanceOf(Class<? extends Throwable> clazz)
导致这个异常的异常是否是指定类型的异常
|
public IORuntimeException()
public IORuntimeException(Throwable e)
e - 异常public IORuntimeException(String message)
message - 消息public IORuntimeException(String messageTemplate, Object... params)
messageTemplate - 消息模板params - 参数public IORuntimeException(String message, Throwable cause)
message - 消息cause - 被包装的子异常public IORuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message - 消息cause - 被包装的子异常enableSuppression - 是否启用抑制writableStackTrace - 堆栈跟踪是否应该是可写的Copyright © 2024. All rights reserved.