TikaConfigException is a subclass of TikaException. This exception occurred when there is an error in the Tika config file. It can also occur when one or more of the parsers failed to initialize from that erroneous config.
public class TikaConfigException extends TikaException
Constructors
- TikaConfigException(String msg): Creates an instance of the exception with a message.
- TikaConfigException(String msg, Throwable cause): Create an instance of exception with message and cause.
References
https://tika.apache.org/1.22/api/org/apache/tika/exception/TikaConfigException.html