#include <exception.hh>
Protected Member Functions | |
NameError (const std::string &name, const std::string &role) throw () | |
NameError (const std::string &name, const std::string &role, const std::string &msg) throw () |
paludis::NameError::NameError | ( | const std::string & | name, | |
const std::string & | role | |||
) | throw () [protected] |
Constructor.
name | The invalid name encountered. | |
role | The role for the name, for example "package name". |
paludis::NameError::NameError | ( | const std::string & | name, | |
const std::string & | role, | |||
const std::string & | msg | |||
) | throw () [protected] |
Constructor.
name | The invalid name encountered. | |
role | The role for the name, for example "package name". | |
msg | Any extra message. |