FacebookException

Represents an error condition specific to the Facebook SDK for Android.

ขยาย:RuntimeException
แพ็คเกจ:facebook
ผู้สร้าง
FacebookException()

Constructs a new FacebookException.

public FacebookException()
FacebookException(String)

Constructs a new FacebookException.

public FacebookException(String message)
พารามิเตอร์คำอธิบาย
messageThe detail message of this exception
FacebookException(String, Object)

Constructs a new FacebookException.

public FacebookException(String format, Object args)
พารามิเตอร์คำอธิบาย
formatThe format string (see Formatter.format)
argsThe list of arguments passed to the formatter.
FacebookException(String, Throwable)

Constructs a new FacebookException.

public FacebookException(String message, Throwable throwable)
พารามิเตอร์คำอธิบาย
messageThe detail message of this exception
throwableThe cause of this exception
FacebookException(Throwable)

Constructs a new FacebookException.

public FacebookException(Throwable throwable)
พารามิเตอร์คำอธิบาย
throwableThe cause of this exception