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