Package org.apache.tika.exception
Class ZeroByteFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.tika.exception.TikaException
org.apache.tika.exception.ZeroByteFileException
- All Implemented Interfaces:
Serializable
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Exception thrown by the AutoDetectParser when a file contains zero-bytes.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.If this is in theParseContext, theAutoDetectParserand theRecursiveParserWrapperwill ignore embedded files with zero-byte length inputstreams -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
IGNORE_ZERO_BYTE_FILE_EXCEPTION
Deprecated.If this is in theParseContext, theAutoDetectParserand theRecursiveParserWrapperwill ignore embedded files with zero-byte length inputstreams
-
-
Constructor Details
-
ZeroByteFileException
Deprecated.
-