public class IORuntimeException extends RuntimeException
Constructor and Description |
---|
IORuntimeException(String message) |
IORuntimeException(String messageTemplate,
Object... params) |
IORuntimeException(String message,
Throwable throwable) |
IORuntimeException(Throwable e) |
IORuntimeException(Throwable throwable,
String messageTemplate,
Object... params) |
Modifier and Type | Method and Description |
---|---|
boolean |
causeInstanceOf(Class<? extends Throwable> clazz)
导致这个异常的异常是否是指定类型的异常
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2024. All rights reserved.