com.drismo.facebook
Class DialogError
java.lang.Object
java.lang.Throwable
com.drismo.facebook.DialogError
- All Implemented Interfaces:
- java.io.Serializable
public class DialogError
- extends java.lang.Throwable
Encapsulation of Dialog Error.
- See Also:
- Serialized Form
Field Summary |
private int |
mErrorCode
The ErrorCode received by the WebView: see
http://developer.facebook.com/reference/facebook/webkit/WebViewClient.html |
private java.lang.String |
mFailingUrl
The URL that the dialog was trying to load |
private static long |
serialVersionUID
|
Constructor Summary |
DialogError(java.lang.String message,
int errorCode,
java.lang.String failingUrl)
|
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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
mErrorCode
private int mErrorCode
- The ErrorCode received by the WebView: see
http://developer.facebook.com/reference/facebook/webkit/WebViewClient.html
mFailingUrl
private java.lang.String mFailingUrl
- The URL that the dialog was trying to load
DialogError
public DialogError(java.lang.String message,
int errorCode,
java.lang.String failingUrl)
getErrorCode
int getErrorCode()
getFailingUrl
java.lang.String getFailingUrl()