com.drismo.facebook
Class DialogError

java.lang.Object
  extended by java.lang.Throwable
      extended by com.drismo.facebook.DialogError
All Implemented Interfaces:
java.io.Serializable

public class DialogError
extends java.lang.Throwable

Encapsulation of Dialog Error.

See Also:
Serialized Form

Field Summary
private  int mErrorCode
          The ErrorCode received by the WebView: see http://developer.facebook.com/reference/facebook/webkit/WebViewClient.html
private  java.lang.String mFailingUrl
          The URL that the dialog was trying to load
private static long serialVersionUID
           
 
Constructor Summary
DialogError(java.lang.String message, int errorCode, java.lang.String failingUrl)
           
 
Method Summary
(package private)  int getErrorCode()
           
(package private)  java.lang.String getFailingUrl()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

mErrorCode

private int mErrorCode
The ErrorCode received by the WebView: see http://developer.facebook.com/reference/facebook/webkit/WebViewClient.html


mFailingUrl

private java.lang.String mFailingUrl
The URL that the dialog was trying to load

Constructor Detail

DialogError

public DialogError(java.lang.String message,
                   int errorCode,
                   java.lang.String failingUrl)
Method Detail

getErrorCode

int getErrorCode()

getFailingUrl

java.lang.String getFailingUrl()