FacebookGraphObjectException
最新版的 SDK 已不支持此类。
这个类有新版本。查看 最新版本。

Represents an error specific to the GraphObject class.

扩展:FacebookException
应用安装包:facebook
构造函数
FacebookGraphObjectException()

Constructs a new FacebookGraphObjectException.

public FacebookGraphObjectException()
FacebookGraphObjectException(String)

Constructs a new FacebookGraphObjectException.

public FacebookGraphObjectException(String message)
参数描述
messageThe detail message of this exception
FacebookGraphObjectException(String, Throwable)

Constructs a new FacebookGraphObjectException.

public FacebookGraphObjectException(String message, Throwable throwable)
参数描述
messageThe detail message of this exception
throwableThe cause of this exception
FacebookGraphObjectException(Throwable)

Constructs a new FacebookGraphObjectException.

public FacebookGraphObjectException(Throwable throwable)
参数描述
throwableThe cause of this exception