#include <lemon/arg_parser.h>
 Inheritance diagram for ArgParserException:
 Inheritance diagram for ArgParserException:| Public Types | |
| enum | Reason { HELP, UNKNOWN_OPT, INVALID_OPT } | 
| Reasons for failure.  More... | |
| Public Member Functions | |
| ArgParserException (Reason r) throw () | |
| Constructor. | |
| virtual | ~ArgParserException () throw () | 
| Virtual destructor. | |
| virtual const char * | what () const throw () | 
| A short description of the exception. | |
| Reason | reason () const | 
| Return the reason for the failure. | |
|  Public Member Functions inherited from Exception | |
| Exception () throw () | |
| Constructor. | |
| virtual | ~Exception () throw () | 
| Virtual destructor. | |
 1.8.5
 1.8.5