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


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