[
https://issues.apache.org/jira/browse/TIKA-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Keith R. Bennett closed TIKA-64.
--------------------------------
Resolution: Won't Fix
This was not a bug, but an intentional design decision, to discourage the
throwing of a TikaException without a message.
> 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.