-
- All Implemented Interfaces:
-
java.io.Serializable
public class FacebookDialogException extends FacebookExceptionRepresents an error condition relating to displaying a Facebook Web dialog.
-
-
Field Summary
Fields Modifier and Type Field Description private interrorCodeprivate StringfailingUrl
-
Constructor Summary
Constructors Constructor Description FacebookDialogException(String message, int errorCode, String failingUrl)Constructs a new FacebookException.
-
Method Summary
Modifier and Type Method Description intgetErrorCode()Gets the error code received by the WebView. StringgetFailingUrl()Gets the URL that the dialog was trying to load. final StringtoString()-
Methods inherited from class com.facebook.FacebookException
toString -
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getErrorCode
int getErrorCode()
Gets the error code received by the WebView. See:http://developer.android.com/reference/android/webkit/WebViewClient.html
-
getFailingUrl
String getFailingUrl()
Gets the URL that the dialog was trying to load.
-
-
-
-