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

Bertrand Delacretaz commented on TIKA-64:
-----------------------------------------

I concur with Jukka, I was going to make the same comment. I don't like 
Exceptions without messages.

> Would like a TikaException(Throwable cause) constructor.
> --------------------------------------------------------
>
>                 Key: TIKA-64
>                 URL: https://issues.apache.org/jira/browse/TIKA-64
>             Project: Tika
>          Issue Type: Improvement
>          Components: general
>    Affects Versions: 0.1-incubator
>            Reporter: Keith R. Bennett
>            Priority: Trivial
>             Fix For: 0.1-incubator
>
>
> To complete the set of Exception constructors overridden by TikaException, 
> and to simplify the creation of TIkaException in some cases, I suggest adding 
> the following to TikaException.java:
>     public TikaException(Throwable cause) {
>         super(cause);
>     }
>  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to