ProfilePictureView.OnErrorListener
Existe una versión más reciente de esta clase. Consulta la última versión.

Callback interface that will be called when a network or other error is encountered while retrieving profile pictures.

Paquete:widget
Métodos de instancia
onError(FacebookException)

Called when a network or other error is encountered.

public void onError(FacebookException error)
ParámetroDescripción
errorA FacebookException representing the error that was encountered.