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