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