You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2011/06/09 11:25:58 UTC

[jira] [Created] (TIKA-672) Proper error handling in the CHM parser

Proper error handling in the CHM parser
---------------------------------------

                 Key: TIKA-672
                 URL: https://issues.apache.org/jira/browse/TIKA-672
             Project: Tika
          Issue Type: Bug
          Components: parser
            Reporter: Jukka Zitting
            Priority: Minor


The new CHM parser (TIKA-245) swallows exceptions and uses System.err and System.out prints to report problems in many places. We should change that to properly throw exceptions as follows:

- IOExceptions when the document stream can not be read
- TikaExceptions when the stream can not be parsed

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira