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