|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.facebook.android.FacebookError
public class FacebookError
Encapsulation of a Facebook Error: a Facebook request that could not be fulfilled.
THIS CLASS SHOULD BE CONSIDERED DEPRECATED. All public members of this class are intentionally deprecated. New code should instead useFacebookException
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.
Constructor Summary | |
---|---|
FacebookError(String message)
Deprecated. |
|
FacebookError(String message,
String type,
int code)
Deprecated. |
Method Summary | |
---|---|
int |
getErrorCode()
Deprecated. |
String |
getErrorType()
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 |
---|
@Deprecated public FacebookError(String message)
@Deprecated public FacebookError(String message, String type, int code)
Method Detail |
---|
@Deprecated public int getErrorCode()
@Deprecated public String getErrorType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |