[ 
https://issues.apache.org/jira/browse/TIKA-610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004886#comment-13004886
 ] 

Benson Margulies commented on TIKA-610:
---------------------------------------

I didn't spot that MimeException when I first diagnosed the other problem. If, 
indeed, there's *something* available in the 'throws' clauses all the way from 
the bottom to the top, then this is pointless. It might be viewed as insurance 
against integration of some annoying component or another that is, in fact, 
completely uncooperative in this respect.

> Invent TikaRuntimeException
> ---------------------------
>
>                 Key: TIKA-610
>                 URL: https://issues.apache.org/jira/browse/TIKA-610
>             Project: Tika
>          Issue Type: Bug
>            Reporter: Benson Margulies
>
> As per TIKA-597, there are cases where Tika calls X which calls Tika back 
> through some interface with little or no 'throws' clause. Currently, any such 
> situation ends up having to throw a naked RuntimeException. I submit that it 
> would be more better if Tika defined its own unchecked TikaRuntimeException 
> for these situations, which could call it or subclasses of it.

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

Reply via email to