-
- All Implemented Interfaces:
-
java.io.Serializable
public final class FacebookDialogException extends FacebookException
Represents an error condition relating to displaying a Facebook Web dialog.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classFacebookDialogException.Companion
-
Constructor Summary
Constructors Constructor Description FacebookDialogException(String message, Integer errorCode, String failingUrl)
-
Method Summary
Modifier and Type Method Description final IntegergetErrorCode()The error code received by the WebView. final StringgetFailingUrl()The URL that the dialog was trying to load. ThrowablegetCause()StringgetMessage()StringtoString()-
Methods inherited from class java.lang.Exception
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getErrorCode
final Integer getErrorCode()
The error code received by the WebView. See: http://developer.android.com/reference/android/webkit/WebViewClient.html
-
getFailingUrl
final String getFailingUrl()
The URL that the dialog was trying to load.
-
getMessage
String getMessage()
-
-
-
-