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