argagg
 All Classes Namespaces Files Functions Variables Macros Pages
List of all members
argagg::unexpected_option_error Struct Reference

This exception is thrown when an option is parsed unexpectedly such as when an argument was expected for a previous option or if an option was found that has not been defined. More...

#include <argagg.hpp>

Inheritance diagram for argagg::unexpected_option_error:
std::runtime_error std::exception

Additional Inherited Members

- Public Member Functions inherited from std::runtime_error
runtime_error (T...args)
 
what (T...args)
 
- Public Member Functions inherited from std::exception
what (T...args)
 
~exception (T...args)
 
operator= (T...args)
 
exception (T...args)
 

Detailed Description

This exception is thrown when an option is parsed unexpectedly such as when an argument was expected for a previous option or if an option was found that has not been defined.

Definition at line 121 of file argagg.hpp.


The documentation for this struct was generated from the following file: