MimeTypeException is a subclass of TikaException. This exception occurred when there is a mismatch with selected parser and document mime type or Mime Type not supported by TIKA.
public class MimeTypeException extends TikaException
Constructors
- MimeTypeException(String message) :Constructs a MimeTypeException with the specified detail message.
- MimeTypeException(String message, Throwable cause)
Constructs a MimeTypeException with the specified detail message and root cause.
References
https://tika.apache.org/1.22/api/org/apache/tika/mime/MimeTypeException.html
You must log in to post a comment.