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