Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
Référence de la classe Arcane::ParallelFatalErrorException

Exception lorsqu'une erreur fatale 'parallèle' est générée. Plus de détails...

#include <arcane/utils/ParallelFatalErrorException.h>

+ Graphe d'héritage de Arcane::ParallelFatalErrorException:
+ Graphe de collaboration de Arcane::ParallelFatalErrorException:

Fonctions membres publiques

 ParallelFatalErrorException (const String &where)
 
 ParallelFatalErrorException (const TraceInfo &where)
 
 ParallelFatalErrorException (const String &where, const String &message)
 
 ParallelFatalErrorException (const TraceInfo &where, const String &message)
 
 ParallelFatalErrorException (const ParallelFatalErrorException &rhs)
 
virtual void explain (std::ostream &m) const
 Explique la cause de l'exception dans le flot o.
 
- Fonctions membres publiques hérités de Arccore::Exception
 Exception (const String &name, const String &where)
 
 Exception (const String &name, const TraceInfo &where)
 
 Exception (const String &name, const String &where, const String &message)
 
 Exception (const String &name, const TraceInfo &trace, const String &message)
 
 Exception (const String &name, const String &where, const StackTrace &stack_trace)
 
 Exception (const String &name, const TraceInfo &where, const StackTrace &stack_trace)
 
 Exception (const String &name, const String &where, const String &message, const StackTrace &stack_trace)
 
 Exception (const String &name, const TraceInfo &trace, const String &message, const StackTrace &stack_trace)
 
 Exception (const Exception &)
 Constructeur par copie.
 
 ~Exception () ARCCORE_NOEXCEPT override
 Libère les ressources.
 
virtual void write (std::ostream &o) const
 
bool isCollective () const
 Vrai s'il s'agit d'une erreur collective (concerne tous les processeurs)
 
void setCollective (bool v)
 Positionne l'état collective de l'expression.
 
void setAdditionalInfo (const String &v)
 Positionne les infos supplémentaires.
 
const StringadditionalInfo () const
 Retourne les infos supplémentaires.
 
const StackTracestackTrace () const
 Pile d'appel au moment de l'exception (nécessite un service de stacktrace)
 
const StringstackTraceString () const
 Pile d'appel au moment de l'exception (nécessite un service de stacktrace)
 
const Stringmessage () const
 Message de l'exception.
 
const Stringwhere () const
 Localisation de l'exception.
 
const Stringname () const
 Nom de l'exception.
 

Membres hérités additionnels

- Fonctions membres publiques statiques hérités de Arccore::Exception
static bool hasPendingException ()
 Indique si des exceptions sont en cours.
 
static void staticInit ()
 
- Fonctions membres protégées hérités de Arccore::Exception
void setMessage (const String &msg)
 Positionne le message de l'exception.
 

Description détaillée

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.

Documentation des constructeurs et destructeur

◆ ParallelFatalErrorException() [1/5]

Arcane::ParallelFatalErrorException::ParallelFatalErrorException ( const String where)

Définition à la ligne 27 du fichier ParallelFatalErrorException.cc.

◆ ParallelFatalErrorException() [2/5]

Arcane::ParallelFatalErrorException::ParallelFatalErrorException ( const TraceInfo where)

Définition à la ligne 36 du fichier ParallelFatalErrorException.cc.

◆ ParallelFatalErrorException() [3/5]

Arcane::ParallelFatalErrorException::ParallelFatalErrorException ( const String where,
const String message 
)

Définition à la ligne 45 du fichier ParallelFatalErrorException.cc.

◆ ParallelFatalErrorException() [4/5]

Arcane::ParallelFatalErrorException::ParallelFatalErrorException ( const TraceInfo where,
const String message 
)

Définition à la ligne 54 du fichier ParallelFatalErrorException.cc.

◆ ParallelFatalErrorException() [5/5]

Arcane::ParallelFatalErrorException::ParallelFatalErrorException ( const ParallelFatalErrorException rhs)
inline

Définition à la ligne 42 du fichier ParallelFatalErrorException.h.

◆ ~ParallelFatalErrorException()

Arcane::ParallelFatalErrorException::~ParallelFatalErrorException ( )
inline

Définition à la ligne 44 du fichier ParallelFatalErrorException.h.

Documentation des fonctions membres

◆ explain()

void Arcane::ParallelFatalErrorException::explain ( std::ostream &  o) const
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.


La documentation de cette classe a été générée à partir des fichiers suivants :