#include <MillieExceptions.hpp>
Est dérivée de Millie::LogicError.
Graphe d'héritage de Millie::IllegalArgument:


Fonctions membres publiques | |
| IllegalArgument (const std::string &m) | |
| virtual const char * | what () const throw () |
| virtual | ~IllegalArgument () throw () |
Attributs privés | |
| std::string | _msg |
Définition à la ligne 95 du fichier MillieExceptions.hpp.
| IllegalArgument::IllegalArgument | ( | const std::string & | m | ) |
| IllegalArgument::~IllegalArgument | ( | ) | throw () [virtual] |
Définition à la ligne 89 du fichier MillieExceptions.cpp.
| const char * IllegalArgument::what | ( | ) | const throw () [virtual] |
Réimplémentée à partir de Millie::LogicError.
Définition à la ligne 84 du fichier MillieExceptions.cpp.
Références _msg.
std::string Millie::IllegalArgument::_msg [private] |
Réimplémentée à partir de Millie::LogicError.
Définition à la ligne 98 du fichier MillieExceptions.hpp.
Référencé par IllegalArgument(), et what().
1.5.1