pjfanning opened a new pull request, #870: URL: https://github.com/apache/poi/pull/870
POI has lots of RuntimeExceptions and it would be too much work to change to using checked exceptions. Thousands of method signatures would change and lots of new try/catch changes would be needed in intermediate methods. We can take some of the most used code paths and provide wrapper APIs that use checked exceptions by wrapping any non-fatal exception/error as a checked exception. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org