Exception lorsqu'une erreur fatale 'parallèle' est générée. Plus de détails...
#include <arcane/utils/ParallelFatalErrorException.h>
Membres hérités additionnels | |
![]() | |
static bool | hasPendingException () |
Indique si des exceptions sont en cours. | |
static void | staticInit () |
![]() | |
void | setMessage (const String &msg) |
Positionne le message de l'exception. | |
Exception lorsqu'une erreur fatale 'parallèle' est générée.
Une erreur fatale 'parallèle' est une erreur fatale commune à tout les sous-domaines. Dans ce cas, il est possible d'arrêter proprement le code
Définition à la ligne 33 du fichier ParallelFatalErrorException.h.
Définition à la ligne 27 du fichier ParallelFatalErrorException.cc.
Définition à la ligne 36 du fichier ParallelFatalErrorException.cc.
Arcane::ParallelFatalErrorException::ParallelFatalErrorException | ( | const String & | where, |
const String & | message | ||
) |
Définition à la ligne 45 du fichier ParallelFatalErrorException.cc.
Arcane::ParallelFatalErrorException::ParallelFatalErrorException | ( | const TraceInfo & | where, |
const String & | message | ||
) |
Définition à la ligne 54 du fichier ParallelFatalErrorException.cc.
|
inline |
Définition à la ligne 42 du fichier ParallelFatalErrorException.h.
|
inline |
Définition à la ligne 44 du fichier ParallelFatalErrorException.h.
|
virtual |
Explique la cause de l'exception dans le flot o.
Cette méthode permet d'ajouter des informations supplémentaires au message d'exception.
Réimplémentée à partir de Arccore::Exception.
Définition à la ligne 63 du fichier ParallelFatalErrorException.cc.