Ditto  5.1.0
Public Member Functions | Protected Member Functions | List of all members
CLI::OptionNotFound Class Reference

Thrown when counting a nonexistent option. More...

Inheritance diagram for CLI::OptionNotFound:
Inheritance graph
[legend]
Collaboration diagram for CLI::OptionNotFound:
Collaboration graph
[legend]

Public Member Functions

 OptionNotFound (std::string msg, ExitCodes exit_code)
 
 OptionNotFound (std::string msg, int exit_code)
 
 OptionNotFound (std::string name)
 
- Public Member Functions inherited from CLI::Error
int get_exit_code () const
 
std::string get_name () const
 
 Error (std::string name, std::string msg, int exit_code=static_cast< int >(ExitCodes::BaseClass))
 
 Error (std::string name, std::string msg, ExitCodes exit_code)
 

Protected Member Functions

 OptionNotFound (std::string ename, std::string msg, int exit_code)
 
 OptionNotFound (std::string ename, std::string msg, ExitCodes exit_code)
 

Detailed Description

Thrown when counting a nonexistent option.