Package 

Class FacebookDialogException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class FacebookDialogException
    extends FacebookException
                        

    Represents an error condition relating to displaying a Facebook Web dialog.

    • Method Summary

      Modifier and Type Method Description
      int getErrorCode() Gets the error code received by the WebView.
      String getFailingUrl() Gets the URL that the dialog was trying to load.
      final String toString()
      • 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
    • Constructor Detail

      • FacebookDialogException

        FacebookDialogException(String message, int errorCode, String failingUrl)
        Constructs a new FacebookException.
    • Method Detail

      • getErrorCode

         int getErrorCode()

        Gets the error code received by the WebView. See:http://developer.android.com/reference/android/webkit/WebViewClient.html