public class UnsupportedFormatException extends TikaException
Whenever possible/convenient, it is better to distinguish file formats by mime
so that unsupported formats will be handled by the
EmptyParser
.
However, if we can't differentiate by mime or we need to rely on the parser
to distinguish the versions (in the case that magic can't distinguish),
this exception should be thrown.
Constructor and Description |
---|
UnsupportedFormatException(java.lang.String msg) |
Copyright © 2010 - 2023 Adobe. All Rights Reserved