Scarab  v3.9.2
Project 8 C++ Utility Library
Public Member Functions | Protected Member Functions | List of all members
OptionNotFound Class Reference

Thrown when counting a non-existent option. More...

#include <CLI11.hpp>

Inheritance diagram for OptionNotFound:
Inheritance graph

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 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 non-existent option.

Definition at line 885 of file CLI11.hpp.

Constructor & Destructor Documentation

◆ OptionNotFound() [1/5]

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

Definition at line 886 of file CLI11.hpp.

◆ OptionNotFound() [2/5]

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

Definition at line 886 of file CLI11.hpp.

◆ OptionNotFound() [3/5]

OptionNotFound ( std::string  msg,
ExitCodes  exit_code 
)
inline

Definition at line 886 of file CLI11.hpp.

◆ OptionNotFound() [4/5]

OptionNotFound ( std::string  msg,
int  exit_code 
)
inline

Definition at line 886 of file CLI11.hpp.

◆ OptionNotFound() [5/5]

OptionNotFound ( std::string  name)
inlineexplicit

Definition at line 887 of file CLI11.hpp.


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