未验证 提交 6e61a43f 编写于 作者: 庄家钜's avatar 庄家钜 提交者: GitHub

Merge pull request #754 from alibaba/2.1.x

2.1.x
......@@ -144,7 +144,7 @@ public abstract class AbstractReadHolder extends AbstractHolder implements ReadH
try {
readListenerException.onException(e, analysisContext);
} catch (Exception exception) {
throw new ExcelAnalysisException("Listen error!", exception);
throw new ExcelAnalysisException(exception.getMessage(), exception);
}
}
break;
......@@ -167,7 +167,7 @@ public abstract class AbstractReadHolder extends AbstractHolder implements ReadH
try {
readListenerException.onException(e, analysisContext);
} catch (Exception exception) {
throw new ExcelAnalysisException("Listen error!", exception);
throw new ExcelAnalysisException(exception.getMessage(), exception);
}
}
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册