#include <MillieExceptions.hpp>
Est dérivée de Millie::RuntimeException.
Graphe d'héritage de Millie::MutexException:
Fonctions membres publiques | |
MutexException (const std::string &m) | |
virtual const char * | what () const throw () |
virtual | ~MutexException () throw () |
Attributs privés | |
std::string | _msg |
Définition à la ligne 149 du fichier MillieExceptions.hpp.
MutexException::MutexException | ( | const std::string & | m | ) |
MutexException::~MutexException | ( | ) | throw () [virtual] |
Définition à la ligne 177 du fichier MillieExceptions.cpp.
const char * MutexException::what | ( | ) | const throw () [virtual] |
Réimplémentée à partir de Millie::RuntimeException.
Définition à la ligne 172 du fichier MillieExceptions.cpp.
Références _msg.
std::string Millie::MutexException::_msg [private] |
Réimplémentée à partir de Millie::RuntimeException.
Définition à la ligne 152 du fichier MillieExceptions.hpp.
Référencé par MutexException(), et what().