com.facebook
Class FacebookDialogException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.facebook.FacebookException
com.facebook.FacebookDialogException
- All Implemented Interfaces:
- Serializable
public class FacebookDialogException
- extends FacebookException
Represents an error condition relating to displaying a Facebook Web dialog.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FacebookDialogException
public FacebookDialogException(String message,
int errorCode,
String failingUrl)
- Constructs a new FacebookException.
getErrorCode
public int getErrorCode()
- Gets the error code received by the WebView. See:
http://developer.android.com/reference/android/webkit/WebViewClient.html
- Returns:
- the error code
getFailingUrl
public String getFailingUrl()
- Gets the URL that the dialog was trying to load.
- Returns:
- the URL