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

public class TikaException extends Exception
Tika exception
See Also:
  • Constructor Details

    • TikaException

      public TikaException(String msg)
    • TikaException

      public TikaException(String msg, Throwable cause)