Package org.jsoup
Class UnsupportedMimeTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.jsoup.UnsupportedMimeTypeException
-
- All Implemented Interfaces:
Serializable
public class UnsupportedMimeTypeException extends IOException
Signals that a HTTP response returned a mime type that is not supported.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedMimeTypeException(String message, String mimeType, String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMimeType()
String
getUrl()
String
toString()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-