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

Construction errors (not in parsing) More...

#include <CLI11.hpp>

Inheritance diagram for ConstructionError:
Inheritance graph

Public Member Functions

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

 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)

Definition at line 654 of file CLI11.hpp.

Constructor & Destructor Documentation

◆ ConstructionError() [1/4]

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

Definition at line 655 of file CLI11.hpp.

◆ ConstructionError() [2/4]

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

Definition at line 655 of file CLI11.hpp.

◆ ConstructionError() [3/4]

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

Definition at line 655 of file CLI11.hpp.

◆ ConstructionError() [4/4]

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

Definition at line 655 of file CLI11.hpp.


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