Exception lorsqu'une erreur fatale est survenue. Plus de détails...
#include <arcane/utils/InvalidArgumentException.h>
Fonctions membres publiques | |
InvalidArgumentException (const TraceInfo &where, const String &arg_name, int arg) | |
InvalidArgumentException (const TraceInfo &where, const String &arg_name, double arg) | |
InvalidArgumentException (const TraceInfo &where, const String &arg_name, const String &arg) | |
InvalidArgumentException (const TraceInfo &where, const String &arg_name, const void *arg) | |
InvalidArgumentException (const TraceInfo &where, const String &arg_name, const String &message, int arg) | |
InvalidArgumentException (const TraceInfo &where, const String &arg_name, const String &message, double arg) | |
InvalidArgumentException (const TraceInfo &where, const String &arg_name, const String &message, const String &arg) | |
InvalidArgumentException (const TraceInfo &where, const String &arg_name, const String &message, const void *arg) | |
InvalidArgumentException (const InvalidArgumentException &ex) | |
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 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. | |
Fonctions membres privées | |
template<typename U > | |
void | _init (const U &arg_value) |
Attributs privés | |
String | m_arg_name |
String | m_arg_value |
String | m_message |
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. | |
Exception lorsqu'une erreur fatale est survenue.
Définition à la ligne 29 du fichier InvalidArgumentException.h.
Arcane::InvalidArgumentException::InvalidArgumentException | ( | const TraceInfo & | where, |
const String & | arg_name, | ||
int | arg | ||
) |
Définition à la ligne 28 du fichier InvalidArgumentException.cc.
Arcane::InvalidArgumentException::InvalidArgumentException | ( | const TraceInfo & | where, |
const String & | arg_name, | ||
double | arg | ||
) |
Définition à la ligne 40 du fichier InvalidArgumentException.cc.
Arcane::InvalidArgumentException::InvalidArgumentException | ( | const TraceInfo & | where, |
const String & | arg_name, | ||
const String & | arg | ||
) |
Définition à la ligne 52 du fichier InvalidArgumentException.cc.
Arcane::InvalidArgumentException::InvalidArgumentException | ( | const TraceInfo & | where, |
const String & | arg_name, | ||
const void * | arg | ||
) |
Définition à la ligne 64 du fichier InvalidArgumentException.cc.
Arcane::InvalidArgumentException::InvalidArgumentException | ( | const TraceInfo & | where, |
const String & | arg_name, | ||
const String & | message, | ||
int | arg | ||
) |
Définition à la ligne 76 du fichier InvalidArgumentException.cc.
Arcane::InvalidArgumentException::InvalidArgumentException | ( | const TraceInfo & | where, |
const String & | arg_name, | ||
const String & | message, | ||
double | arg | ||
) |
Définition à la ligne 90 du fichier InvalidArgumentException.cc.
Arcane::InvalidArgumentException::InvalidArgumentException | ( | const TraceInfo & | where, |
const String & | arg_name, | ||
const String & | message, | ||
const String & | arg | ||
) |
Définition à la ligne 104 du fichier InvalidArgumentException.cc.
Arcane::InvalidArgumentException::InvalidArgumentException | ( | const TraceInfo & | where, |
const String & | arg_name, | ||
const String & | message, | ||
const void * | arg | ||
) |
Définition à la ligne 118 du fichier InvalidArgumentException.cc.
Arcane::InvalidArgumentException::InvalidArgumentException | ( | const InvalidArgumentException & | ex | ) |
Définition à la ligne 132 du fichier InvalidArgumentException.cc.
|
inline |
Définition à la ligne 46 du fichier InvalidArgumentException.h.
Définition à la ligne 144 du fichier InvalidArgumentException.cc.
|
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 156 du fichier InvalidArgumentException.cc.
|
private |
Définition à la ligne 54 du fichier InvalidArgumentException.h.
|
private |
Définition à la ligne 55 du fichier InvalidArgumentException.h.
|
private |
Définition à la ligne 56 du fichier InvalidArgumentException.h.