Better distinction between SAXException and TikaException
---------------------------------------------------------
Key: TIKA-237
URL: https://issues.apache.org/jira/browse/TIKA-237
Project: Tika
Issue Type: Improvement
Components: parser
Reporter: Jukka Zitting
Assignee: Jukka Zitting
Priority: Minor
Like TIKA-198 but for SAXException.
Some of our Parser implementations use XML parsers that may throw SAXExceptions
caused by parse errors or other problems with the input document. Such problems
should be reported as TikaExceptions to Parser clients as specified in the
Parser.parse() documentation and SAXExceptions should only be thrown when the
ContentHandler provided by the client throws them.
Not making this distinction causes problems like TIKA-236.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.