mirror of
https://github.com/apache/poi.git
synced 2025-03-06 00:49:36 +00:00
Include full nested exception, not just localized message
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722502 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e4215cdbf2
commit
abc20e6d63
@ -127,7 +127,7 @@ public class SharedStringsTable extends POIXMLDocumentPart {
|
||||
cnt++;
|
||||
}
|
||||
} catch (XmlException e) {
|
||||
throw new IOException(e.getLocalizedMessage());
|
||||
throw new IOException(e);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user