public class IncorrectFileException extends AuxiliaryToolsException
文件名:IncorrectFileException.java
用途:当文件格式或文件内容不正确时抛出的异常
编码时间:2020年2月11日下午11:18:22
修改时间:2023年2月7日 上午8:17:10
Constructor and Description |
---|
IncorrectFileException() |
IncorrectFileException(String message) |
IncorrectFileException(String message,
Throwable cause) |
IncorrectFileException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
IncorrectFileException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IncorrectFileException()
public IncorrectFileException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public IncorrectFileException(String message)
public IncorrectFileException(Throwable cause)
Copyright © 2024. All rights reserved.