Class TikaException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.tika.exception.TikaException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AccessPermissionException, ChmParsingException, CorruptedFileException, DataURISchemeParseException, EncryptedDocumentException, EndianUtils.BufferUnderrunException, MimeTypeException, TikaConfigException, TikaMemoryLimitException, UnsupportedFormatException, ZeroByteFileException

@Deprecated(since="2026-04-30") public class TikaException extends Exception
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Tika exception
See Also:
  • Constructor Details

    • TikaException

      public TikaException(String msg)
      Deprecated.
    • TikaException

      public TikaException(String msg, Throwable cause)
      Deprecated.