Partager via


FutureTask.SetException(Throwable) Méthode

Définition

Provoque l’annulation d’un ExecutionException rapport avec la cause donnée, sauf si cet avenir a déjà été défini ou a été annulé.

[Android.Runtime.Register("setException", "(Ljava/lang/Throwable;)V", "GetSetException_Ljava_lang_Throwable_Handler")]
protected virtual void SetException (Java.Lang.Throwable? t);
[<Android.Runtime.Register("setException", "(Ljava/lang/Throwable;)V", "GetSetException_Ljava_lang_Throwable_Handler")>]
abstract member SetException : Java.Lang.Throwable -> unit
override this.SetException : Java.Lang.Throwable -> unit

Paramètres

t
Throwable

la cause de l’échec

Attributs

Remarques

Provoque l’annulation d’un ExecutionException rapport avec la cause donnée, sauf si cet avenir a déjà été défini ou a été annulé.

Cette méthode est appelée en interne par la #run méthode en cas d’échec du calcul.

Documentation Java pour java.util.concurrent.FutureTask.setException(java.lang.Throwable).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à