mirror of https://github.com/apache/poi.git
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…
Reference in New Issue