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

Thrown when extra values are found in an INI file. More...

#include <CLI11.hpp>

Inheritance diagram for ConfigError:
Inheritance graph

Public Member Functions

 ConfigError (std::string msg, ExitCodes exit_code)
 
 ConfigError (std::string msg, int exit_code)
 
 ConfigError (std::string msg)
 
- 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)
 

Static Public Member Functions

static ConfigError Extras (std::string item)
 
static ConfigError NotConfigurable (std::string item)
 

Protected Member Functions

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

Detailed Description

Thrown when extra values are found in an INI file.

Definition at line 858 of file CLI11.hpp.

Constructor & Destructor Documentation

◆ ConfigError() [1/5]

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

Definition at line 859 of file CLI11.hpp.

◆ ConfigError() [2/5]

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

Definition at line 859 of file CLI11.hpp.

◆ ConfigError() [3/5]

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

Definition at line 859 of file CLI11.hpp.

◆ ConfigError() [4/5]

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

Definition at line 859 of file CLI11.hpp.

◆ ConfigError() [5/5]

ConfigError ( std::string  msg)
inlineexplicit

Definition at line 860 of file CLI11.hpp.

Member Function Documentation

◆ Extras()

static ConfigError Extras ( std::string  item)
inlinestatic

Definition at line 861 of file CLI11.hpp.

◆ NotConfigurable()

static ConfigError NotConfigurable ( std::string  item)
inlinestatic

Definition at line 862 of file CLI11.hpp.


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