Class InvalidMimeTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hippoecm.frontend.editor.plugins.resource.InvalidMimeTypeException
All Implemented Interfaces:
Serializable

public class InvalidMimeTypeException extends RuntimeException
Exception thrown when the MimeTypeHelper validates mime type
Since:
2015-01-28
Version:
$Id$
See Also:
  • Constructor Details

    • InvalidMimeTypeException

      public InvalidMimeTypeException(String message)
    • InvalidMimeTypeException

      public InvalidMimeTypeException(String message, Throwable cause)
    • InvalidMimeTypeException

      public InvalidMimeTypeException(String message, String tikaDetectedContentType)
  • Method Details

    • getTikaDetectedContentType

      public String getTikaDetectedContentType()