|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.hermit.android.net.WebFetcher.FetchException
public static class WebFetcher.FetchException
Web fetching exception. Used to signal a problem while fetching data.
Constructor Summary | |
---|---|
WebFetcher.FetchException(java.lang.String s)
Create a FetchException with a message. |
|
WebFetcher.FetchException(java.lang.String s,
java.lang.Exception e)
Create a FetchException based on another exception. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WebFetcher.FetchException(java.lang.String s)
s
- The exception message.public WebFetcher.FetchException(java.lang.String s, java.lang.Exception e)
s
- The exception message.e
- The root exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |