|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.jsoup.UnsupportedMimeTypeException
public class UnsupportedMimeTypeException
Signals that a HTTP response returned a mime type that is not supported.
| Constructor Summary | |
|---|---|
UnsupportedMimeTypeException(String message,
String mimeType,
String url)
|
|
| Method Summary | |
|---|---|
String |
getMimeType()
|
String |
getUrl()
|
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 |
|---|
public UnsupportedMimeTypeException(String message,
String mimeType,
String url)
| Method Detail |
|---|
public String getMimeType()
public String getUrl()
public String toString()
toString in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||