]> source.dussan.org Git - poi.git/commitdiff
Include full nested exception, not just localized message
authorDominik Stadler <centic@apache.org>
Fri, 1 Jan 2016 16:27:50 +0000 (16:27 +0000)
committerDominik Stadler <centic@apache.org>
Fri, 1 Jan 2016 16:27:50 +0000 (16:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722502 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/java/org/apache/poi/xssf/model/SharedStringsTable.java

index 17b61a1c0163aa859fb40b2a6b39f3091785b3e1..a6890c5956252433b9784b60e5423a275c1716e4 100644 (file)
@@ -127,7 +127,7 @@ public class SharedStringsTable extends POIXMLDocumentPart {
                 cnt++;
             }
         } catch (XmlException e) {
-            throw new IOException(e.getLocalizedMessage());
+            throw new IOException(e);
         }
     }