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.