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
UnsupportedMimeTypeException
public UnsupportedMimeTypeException(String message,
String mimeType,
String url)
getMimeType
public String getMimeType()
getUrl
public String getUrl()
toString
public String toString()
- Overrides:
toString
in class Throwable
Copyright © 2009-2014 Jonathan Hedley. All Rights Reserved.