#include <MillieExceptions.hpp>
Est dérivée de Millie::RuntimeException.
Graphe d'héritage de Millie::ThreadCreationFailed:


Fonctions membres publiques | |
| ThreadCreationFailed (const std::string &m) | |
| virtual const char * | what () const throw () |
| virtual | ~ThreadCreationFailed () throw () |
Attributs privés | |
| std::string | _msg |
Définition à la ligne 190 du fichier MillieExceptions.hpp.
| ThreadCreationFailed::ThreadCreationFailed | ( | const std::string & | m | ) |
| ThreadCreationFailed::~ThreadCreationFailed | ( | ) | throw () [virtual] |
Définition à la ligne 144 du fichier MillieExceptions.cpp.
| const char * ThreadCreationFailed::what | ( | ) | const throw () [virtual] |
Réimplémentée à partir de Millie::RuntimeException.
Définition à la ligne 139 du fichier MillieExceptions.cpp.
Références _msg.
std::string Millie::ThreadCreationFailed::_msg [private] |
Réimplémentée à partir de Millie::RuntimeException.
Définition à la ligne 193 du fichier MillieExceptions.hpp.
Référencé par ThreadCreationFailed(), et what().
1.5.1