sisi4s
Loading...
Searching...
No Matches
CLI::ConstructionError Class Reference

Construction errors (not in parsing) More...

#include <CLI11.hpp>

Inheritance diagram for CLI::ConstructionError:
Collaboration diagram for CLI::ConstructionError:

Public Member Functions

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

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

Detailed Description

Construction errors (not in parsing)

Constructor & Destructor Documentation

◆ ConstructionError() [1/4]

CLI::ConstructionError::ConstructionError ( std::string  ename,
std::string  msg,
int  exit_code 
)
inlineprotected

◆ ConstructionError() [2/4]

CLI::ConstructionError::ConstructionError ( std::string  ename,
std::string  msg,
ExitCodes  exit_code 
)
inlineprotected

◆ ConstructionError() [3/4]

CLI::ConstructionError::ConstructionError ( std::string  msg,
ExitCodes  exit_code 
)
inline

◆ ConstructionError() [4/4]

CLI::ConstructionError::ConstructionError ( std::string  msg,
int  exit_code 
)
inline

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