org.jsoup
Class UnsupportedMimeTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.jsoup.UnsupportedMimeTypeException
- All Implemented Interfaces:
- java.io.Serializable
public class UnsupportedMimeTypeException
- extends java.io.IOException
Signals that a HTTP response returned a mime type that is not supported.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UnsupportedMimeTypeException
public UnsupportedMimeTypeException(java.lang.String message,
java.lang.String mimeType,
java.lang.String url)
getMimeType
public java.lang.String getMimeType()
getUrl
public java.lang.String getUrl()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable
Copyright © 2009-2013 Jonathan Hedley. All Rights Reserved.