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

Exception lorsqu'une erreur fatale est survenue. Plus de détails...

#include </__w/arcaneframework.github.io/arcaneframework.github.io/framework/arccore/src/base/arccore/base/FatalErrorException.h>

+ Graphe d'héritage de Arccore::FatalErrorException:
+ Graphe de collaboration de Arccore::FatalErrorException:

Fonctions membres publiques

 FatalErrorException (const String &where)
 
 FatalErrorException (const TraceInfo &where)
 
 FatalErrorException (const String &where, const String &message)
 
 FatalErrorException (const TraceInfo &where, const String &message)
 
 FatalErrorException (const FatalErrorException &rhs) ARCCORE_NOEXCEPT
 
void explain (std::ostream &m) const override
 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 est survenue.

Définition à la ligne 30 du fichier arccore/src/base/arccore/base/FatalErrorException.h.

Documentation des constructeurs et destructeur

◆ FatalErrorException() [1/5]

Arccore::FatalErrorException::FatalErrorException ( const String where)
explicit

Définition à la ligne 26 du fichier FatalErrorException.cc.

◆ FatalErrorException() [2/5]

Arccore::FatalErrorException::FatalErrorException ( const TraceInfo where)
explicit

Définition à la ligne 46 du fichier FatalErrorException.cc.

◆ FatalErrorException() [3/5]

Arccore::FatalErrorException::FatalErrorException ( const String where,
const String message 
)

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

◆ FatalErrorException() [4/5]

Arccore::FatalErrorException::FatalErrorException ( const TraceInfo where,
const String message 
)

Définition à la ligne 56 du fichier FatalErrorException.cc.

◆ FatalErrorException() [5/5]

Arccore::FatalErrorException::FatalErrorException ( const FatalErrorException rhs)

Définition à la ligne 66 du fichier FatalErrorException.cc.

◆ ~FatalErrorException()

Arccore::FatalErrorException::~FatalErrorException ( )
inline

Définition à la ligne 40 du fichier arccore/src/base/arccore/base/FatalErrorException.h.

Documentation des fonctions membres

◆ explain()

void Arccore::FatalErrorException::explain ( std::ostream &  o) const
overridevirtual

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 75 du fichier FatalErrorException.cc.


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