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:
Serializable
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
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:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates an instance of exceptionTikaConfigException(String msg, Throwable cause) Deprecated. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TikaConfigException
Deprecated.Creates an instance of exception- Parameters:
msg- message
-
TikaConfigException
Deprecated.
-