You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2020/08/16 14:21:18 UTC

[Bug 64274] ExtractorFactory#createExtractor shall throw POIXMLException

https://bz.apache.org/bugzilla/show_bug.cgi?id=64274

Andreas Beeker <ki...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WONTFIX
             Status|NEW                         |RESOLVED

--- Comment #1 from Andreas Beeker <ki...@apache.org> ---
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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org