diff --git a/poi-ooxml/src/test/java/org/apache/poi/extractor/ooxml/TestExtractorFactory.java b/poi-ooxml/src/test/java/org/apache/poi/extractor/ooxml/TestExtractorFactory.java index be86baed3b..557752f2ee 100644 --- a/poi-ooxml/src/test/java/org/apache/poi/extractor/ooxml/TestExtractorFactory.java +++ b/poi-ooxml/src/test/java/org/apache/poi/extractor/ooxml/TestExtractorFactory.java @@ -180,7 +180,7 @@ class TestExtractorFactory { testExtractor(ext, testcase, extractor, count); pkg.revert(); } catch (Exception e) { - throw new Exception("While handling " + testcase + " - " + testFile + " - " + extractor); + throw new Exception("While handling " + testcase + " - " + testFile + " - " + extractor, e); } }