Android SDK Version
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
Modifier and TypeClassDescription
public classFacebookDialogException.Companion
Field Summary
Modifier and TypeFieldDescription
private final IntegererrorCode
private final StringfailingUrl
private final Throwablecause
private final Stringmessage
Constructor Summary
ConstructorDescription
FacebookDialogException(String message, Integer errorCode, String failingUrl)
Method Summary
Modifier and TypeMethodDescription
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
Constructor Detail

FacebookDialogException

FacebookDialogException(String message, Integer errorCode, String failingUrl)
Method Detail

getErrorCode

 final IntegergetErrorCode()
The error code received by the WebView. See: http://developer.android.com/reference/android/webkit/WebViewClient.html

getFailingUrl

 final StringgetFailingUrl()
The URL that the dialog was trying to load.

getMessage

StringgetMessage()

toString

StringtoString()