Scarab  v2.4.8
Project 8 C++ Utility Library
Public Member Functions | Protected Member Functions | List of all members
ExcludesError Class Reference

Thrown when an excludes option is present. More...

#include <CLI11.hpp>

Inheritance diagram for ExcludesError:
Inheritance graph

Public Member Functions

 ExcludesError (std::string msg, ExitCodes exit_code)
 
 ExcludesError (std::string msg, int exit_code)
 
 ExcludesError (std::string curname, std::string subname)
 
- Public Member Functions inherited from ParseError
 ParseError (std::string msg, ExitCodes exit_code)
 
 ParseError (std::string msg, int exit_code)
 
- 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

 ExcludesError (std::string ExcludesError, std::string msg, int exit_code)
 
 ExcludesError (std::string ExcludesError, std::string msg, ExitCodes exit_code)
 
- Protected Member Functions inherited from ParseError
 ParseError (std::string ParseError, std::string msg, int exit_code)
 
 ParseError (std::string ParseError, std::string msg, ExitCodes exit_code)
 

Detailed Description

Thrown when an excludes option is present.

Definition at line 635 of file CLI11.hpp.

Constructor & Destructor Documentation

◆ ExcludesError() [1/5]

ExcludesError ( std::string  ExcludesError,
std::string  msg,
int  exit_code 
)
inlineprotected

Definition at line 636 of file CLI11.hpp.

◆ ExcludesError() [2/5]

ExcludesError ( std::string  ExcludesError,
std::string  msg,
ExitCodes  exit_code 
)
inlineprotected

Definition at line 636 of file CLI11.hpp.

◆ ExcludesError() [3/5]

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

Definition at line 636 of file CLI11.hpp.

◆ ExcludesError() [4/5]

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

Definition at line 636 of file CLI11.hpp.

◆ ExcludesError() [5/5]

ExcludesError ( std::string  curname,
std::string  subname 
)
inline

Definition at line 637 of file CLI11.hpp.


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