You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Allison, Timothy B." <ta...@mitre.org> on 2014/06/19 03:22:35 UTC

Is TikaExceptionMapper in tika-server actually used?

All,

  In working on adding the stacktrace from a parse exception to the server response, I'm trying to find the most jax-rsly elegant way of handling exceptions.  There seems to be a bit of duplicated code, some with good reason, for exception handling.  Is TikaExceptionMapper actually used by anything?  If not, should I try to modify code to use it or something similar to it?

   Thank you.

           Best,

                Tim


RE: Is TikaExceptionMapper in tika-server actually used?

Posted by "Allison, Timothy B." <ta...@mitre.org>.
No problem at all!  Thank you.  

-----Original Message-----
From: Sergey Beryozkin [mailto:sberyozkin@gmail.com] 
Sent: Thursday, June 19, 2014 12:01 PM
To: dev@tika.apache.org
Subject: Re: Is TikaExceptionMapper in tika-server actually used?

Hi Tim, sorry for a delay,
I can see it is expected to process a checked exception, so unless we 
have one of the root resources throwing it from one of the methods then 
it is not used

Thanks, Sergey
On 19/06/14 02:22, Allison, Timothy B. wrote:
> All,
>
>    In working on adding the stacktrace from a parse exception to the server response, I'm trying to find the most jax-rsly elegant way of handling exceptions.  There seems to be a bit of duplicated code, some with good reason, for exception handling.  Is TikaExceptionMapper actually used by anything?  If not, should I try to modify code to use it or something similar to it?
>
>     Thank you.
>
>             Best,
>
>                  Tim
>


Re: Is TikaExceptionMapper in tika-server actually used?

Posted by Sergey Beryozkin <sb...@gmail.com>.
Hi Tim, sorry for a delay,
I can see it is expected to process a checked exception, so unless we 
have one of the root resources throwing it from one of the methods then 
it is not used

Thanks, Sergey
On 19/06/14 02:22, Allison, Timothy B. wrote:
> All,
>
>    In working on adding the stacktrace from a parse exception to the server response, I'm trying to find the most jax-rsly elegant way of handling exceptions.  There seems to be a bit of duplicated code, some with good reason, for exception handling.  Is TikaExceptionMapper actually used by anything?  If not, should I try to modify code to use it or something similar to it?
>
>     Thank you.
>
>             Best,
>
>                  Tim
>