Package org.springframework.util
Class InvalidMimeTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.springframework.util.InvalidMimeTypeException
- All Implemented Interfaces:
Serializable
Exception thrown from
MimeTypeUtils.parseMimeType(String)
in case of
encountering an invalid content type specification String.- Since:
- 4.0
- Author:
- Juergen Hoeller, Rossen Stoyanchev
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidMimeTypeException
(String mimeType, String message) Create a new InvalidContentTypeException for the given content type. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidMimeTypeException
Create a new InvalidContentTypeException for the given content type.- Parameters:
mimeType
- the offending media typemessage
- a detail message indicating the invalid part
-
-
Method Details
-
getMimeType
Return the offending content type.
-