com.facebook.android
Class DialogError

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

public class DialogError
extends Throwable

Encapsulation of Dialog Error.

THIS CLASS SHOULD BE CONSIDERED DEPRECATED.

All public members of this class are intentionally deprecated. New code should instead use FacebookException

Adding @Deprecated to this class causes warnings in other deprecated classes that reference this one. That is the only reason this entire class is not deprecated.

See Also:
Serialized Form

Constructor Summary
DialogError(String message, int errorCode, String failingUrl)
          Deprecated. 
 
Method Summary
 int getErrorCode()
          Deprecated. 
 String getFailingUrl()
          Deprecated. 
 
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
 

Constructor Detail

DialogError

@Deprecated
public DialogError(String message,
                              int errorCode,
                              String failingUrl)
Deprecated. 

Method Detail

getErrorCode

@Deprecated
public int getErrorCode()
Deprecated. 


getFailingUrl

@Deprecated
public String getFailingUrl()
Deprecated.