|
paludis
Version 1.4.0
|
#include <args_error.hh>
Inheritance diagram for paludis::args::ArgsError:Protected Member Functions | |
| ArgsError (const std::string &message) throw () | |
Protected Member Functions inherited from paludis::Exception | |
| Exception (const std::string &message) throw () | |
| Exception (const Exception &) | |
Additional Inherited Members | |
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 () |
Thrown if an invalid command line argument is provided.
|
protected |
Constructor.
1.8.3.1