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:
java.io.Serializable
public class ZeroByteFileException extends TikaException
Exception thrown by the AutoDetectParser when a file contains zero-bytes.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ZeroByteFileException(java.lang.String msg)
-