[
https://issues.apache.org/jira/browse/TIKA-2226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15770488#comment-15770488
]
Hudson commented on TIKA-2226:
------------------------------
SUCCESS: Integrated in Jenkins build Tika-trunk #1168 (See
[https://builds.apache.org/job/Tika-trunk/1168/])
TIKA-2226 -- add UnsupportedFormatException (tallison: rev
2013d3322603df058e4ff48b63d615cf977b30ad)
* (add)
tika-core/src/main/java/org/apache/tika/exception/UnsupportedFormatException.java
> Add UnsupportedFormatException (extends TikaException)
> ------------------------------------------------------
>
> Key: TIKA-2226
> URL: https://issues.apache.org/jira/browse/TIKA-2226
> Project: Tika
> Issue Type: Improvement
> Reporter: Tim Allison
> Fix For: 2.0, 1.15
>
>
> It would be handy to have an UnsupportedFormatException to handle those cases
> where one mime type covers different versions, and the relevant parser only
> handles a subset.
> When possible, we should try to differentiate by mime type, however, if there
> really is one mime for different versions, or if we have to rely on the
> parser to determine format version (e.g. when magic isn't enough), parsers
> should throw this Exception.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)