public class InterfaceReadToolsException extends InterfaceToolsException
文件名:InterfaceReadToolsException.java
用途:定义接口读取工具出错时抛出的异常
编码时间:2022年4月27日 上午8:19:55
修改时间:2022年4月27日 上午8:19:55
Constructor and Description |
---|
InterfaceReadToolsException() |
InterfaceReadToolsException(String message) |
InterfaceReadToolsException(String message,
Throwable cause) |
InterfaceReadToolsException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
InterfaceReadToolsException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InterfaceReadToolsException()
public InterfaceReadToolsException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public InterfaceReadToolsException(String message)
public InterfaceReadToolsException(Throwable cause)
Copyright © 2024. All rights reserved.