org.jsoup
Class UnsupportedMimeTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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

Constructor Summary
UnsupportedMimeTypeException(java.lang.String message, java.lang.String mimeType, java.lang.String url)
           
 
Method Summary
 java.lang.String getMimeType()
           
 java.lang.String getUrl()
           
 java.lang.String toString()
           
 
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
 

Constructor Detail

UnsupportedMimeTypeException

public UnsupportedMimeTypeException(java.lang.String message,
                                    java.lang.String mimeType,
                                    java.lang.String url)
Method Detail

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.