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. | |
Définition à la ligne 238 du fichier ArcaneException.h.
Arcane::ReaderWriterException::ReaderWriterException | ( | const String & | where, |
const String & | message | ||
) |
Définition à la ligne 232 du fichier ArcaneException.cc.
Arcane::ReaderWriterException::ReaderWriterException | ( | const TraceInfo & | where, |
const String & | message | ||
) |
Définition à la ligne 241 du fichier ArcaneException.cc.
Arcane::ReaderWriterException::ReaderWriterException | ( | const ReaderWriterException & | ex | ) |
Définition à la ligne 250 du fichier ArcaneException.cc.
|
inlineoverride |
Définition à la ligne 246 du fichier ArcaneException.h.
|
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 259 du fichier ArcaneException.cc.