|
paludis
Version 1.4.0
|
#include <version_operator.hh>
Inheritance diagram for paludis::BadVersionOperatorError:Public Member Functions | |
| BadVersionOperatorError (const std::string &msg) throw () | |
Public Member Functions inherited from paludis::Exception | |
| const std::string & | message () const PALUDIS_ATTRIBUTE((nothrow)) throw () |
| std::string | backtrace (const std::string &delim) const |
| bool | empty () const |
| const char * | what () const throw () |
| virtual | ~Exception () PALUDIS_ATTRIBUTE((nothrow)) throw () |
Additional Inherited Members | |
Protected Member Functions inherited from paludis::Exception | |
| Exception (const std::string &message) throw () | |
| Exception (const Exception &) | |
Thrown if a bad version operator is encountered.
| paludis::BadVersionOperatorError::BadVersionOperatorError | ( | const std::string & | msg | ) | throw () |
Constructor.
1.8.3.1