提交 fff83d4e 编写于 作者: boomyuan0000's avatar boomyuan0000

删除 FileAnalyseException.java

上级 72079d3b
package exceptions;
/**
* @author HJW
* @date 2022-09-21 12:57
* 文件解析异常(转字符串为空或者过滤时没有可用词)
*/
public class FileAnalyseException extends Exception {
public FileAnalyseException(String message) {
super(message);
}
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册