Package org.apache.tika.exception
Class TikaConfigException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- org.apache.tika.exception.TikaException
 - 
- org.apache.tika.exception.TikaConfigException
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.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 Summary
Constructors Constructor Description TikaConfigException(java.lang.String msg)Creates an instance of exceptionTikaConfigException(java.lang.String msg, java.lang.Throwable cause) 
 -