Package org.springframework.http
Class InvalidMediaTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.springframework.http.InvalidMediaTypeException
- All Implemented Interfaces:
Serializable
Exception thrown from
MediaType.parseMediaType(String)
in case of
encountering an invalid media type specification String.- Since:
- 3.2.2
- Author:
- Juergen Hoeller
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidMediaTypeException
(String mediaType, String message) Create a new InvalidMediaTypeException for the given media 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
-
InvalidMediaTypeException
Create a new InvalidMediaTypeException for the given media type.- Parameters:
mediaType
- the offending media typemessage
- a detail message indicating the invalid part
-
-
Method Details
-
getMediaType
Return the offending media type.
-