https://bz.apache.org/bugzilla/show_bug.cgi?id=64274
Andreas Beeker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #1 from Andreas Beeker <[email protected]> --- I've reworked the Extractor API for POI 5.0 and the main entry point is now in the main package (org.apache.poi.extractor.ExtractorFactory), which doesn't know about POIXMLException. It only declares a IOException and - if I don't missed something - this wraps all un-/checked exceptions. So if the source exception is important to you, please inspect the exception cause. POIXMLException is anyway a runtime exception - probably because of laziness - and we usually don't declare those. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
