FacebookException
Une version plus récente de cette classe est disponible. Rendez-vous sur la dernière version.

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

Prolonge :RuntimeException
Package :facebook
Constructeurs
FacebookException()

Constructs a new FacebookException.

public FacebookException()
FacebookException(String)

Constructs a new FacebookException.

public FacebookException(String message)
ParamètreDescription
messageThe detail message of this exception
FacebookException(String, Object)

Constructs a new FacebookException.

public FacebookException(String format, Object args)
ParamètreDescription
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)
ParamètreDescription
messageThe detail message of this exception
throwableThe cause of this exception
FacebookException(Throwable)

Constructs a new FacebookException.

public FacebookException(Throwable throwable)
ParamètreDescription
throwableThe cause of this exception