Class InvalidContentDataTypeException

All Implemented Interfaces:
Serializable

public class InvalidContentDataTypeException extends FormatException
See Also:
  • Constructor Details

    • InvalidContentDataTypeException

      public InvalidContentDataTypeException(Formatter formatter, MimeType mimeType, Class expectedType, Class receivedType)
  • Method Details

    • getFormatter

      public Formatter getFormatter()
    • getMimeType

      public MimeType getMimeType()
    • getExpectedType

      public Class getExpectedType()
    • getReceivedType

      public Class getReceivedType()