Exception de licence. Plus de détails...
#include <arcane/impl/FlexLMTools.h>
Graphe d'héritage de Arcane::LicenseErrorException:
Graphe de collaboration de Arcane::LicenseErrorException:Fonctions membres publiques | |
| LicenseErrorException (const String &where) | |
| LicenseErrorException (const TraceInfo &where) | |
| LicenseErrorException (const String &where, const String &message) | |
| LicenseErrorException (const TraceInfo &where, const String &message) | |
| virtual void | explain (std::ostream &m) const |
| Explique la cause de l'exception dans le flot o. | |
| virtual void | write (std::ostream &o) const |
Fonctions membres publiques hérités de Arcane::Exception | |
| Exception & | operator= (const Exception &)=delete |
| Exception (const String &name, const String &where) | |
| Exception (const String &name, const TraceInfo &where) | |
| Exception (const String &name, const String &awhere, 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. | |
| bool | isCollective () const |
| Vrai s'il s'agit d'une erreur collective (concerne tous les processeurs) | |
| void | setCollective (bool v) |
| Positionne l'état collectif de l'expression. | |
| void | setAdditionalInfo (const String &v) |
| Positionne les infos supplémentaires. | |
| const String & | additionalInfo () const |
| Retourne les infos supplémentaires. | |
| const StackTrace & | stackTrace () const |
| Pile d'appel au moment de l'exception (nécessite un service de stacktrace) | |
| const String & | stackTraceString () const |
| Pile d'appel au moment de l'exception (nécessite un service de stacktrace) | |
| const String & | message () const |
| Message de l'exception. | |
| const String & | where () const |
| Localisation de l'exception. | |
| const String & | name () const |
| Nom de l'exception. | |
Membres hérités additionnels | |
Fonctions membres publiques statiques hérités de Arcane::Exception | |
| static bool | hasPendingException () |
| Indique si des exceptions sont en cours. | |
| static void | staticInit () |
Fonctions membres protégées hérités de Arcane::Exception | |
| void | setMessage (const String &msg) |
| Positionne le message de l'exception. | |
Exception de licence.
Définition à la ligne 40 du fichier FlexLMTools.h.
| Arcane::LicenseErrorException::LicenseErrorException | ( | const String & | where | ) |
Définition à la ligne 38 du fichier FlexLMTools.cc.
| Arcane::LicenseErrorException::LicenseErrorException | ( | const TraceInfo & | where | ) |
Définition à la ligne 58 du fichier FlexLMTools.cc.
| Arcane::LicenseErrorException::LicenseErrorException | ( | const String & | where, |
| const String & | message ) |
Définition à la ligne 48 du fichier FlexLMTools.cc.
| Arcane::LicenseErrorException::LicenseErrorException | ( | const TraceInfo & | where, |
| const String & | message ) |
Définition à la ligne 68 du fichier FlexLMTools.cc.
|
inline |
Définition à la ligne 49 du fichier FlexLMTools.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 Arcane::Exception.
Définition à la ligne 78 du fichier FlexLMTools.cc.
|
virtual |
Réimplémentée à partir de Arcane::Exception.
Définition à la ligne 88 du fichier FlexLMTools.cc.