类 InvalidMimeTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
cn.taketoday.util.InvalidMimeTypeException
- 所有已实现的接口:
Serializable
Exception thrown from
MimeTypeUtils.parseMimeType(String) in case of
encountering an invalid content type specification String.- 从以下版本开始:
- 2019-12-08 19:28
- 作者:
- Juergen Hoeller, Rossen Stoyanchev, Harry Yang
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器构造器说明InvalidMimeTypeException(String mimeType, String message) Create a new InvalidContentTypeException for the given content type. -
方法概要
-
字段详细资料
-
mimeType
-
-
构造器详细资料
-
InvalidMimeTypeException
Create a new InvalidContentTypeException for the given content type.- 参数:
mimeType- the offending media typemessage- a detail message indicating the invalid part
-
-
方法详细资料
-
getMimeType
Return the offending content type.
-