Class TikaConfigException

  • All Implemented Interfaces:
    Serializable

    public class TikaConfigException
    extends TikaException
    Tika Config Exception is an exception to occur when there is an error in Tika config file and/or one or more of the parsers failed to initialize from that erroneous config.
    Since:
    Apache Tika 1.14
    See Also:
    Serialized Form
    • Constructor Detail

      • TikaConfigException

        public TikaConfigException​(String msg)
        Creates an instance of exception
        Parameters:
        msg - message
      • TikaConfigException

        public TikaConfigException​(String msg,
                                   Throwable cause)