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

#include <CLI11.hpp>

Inheritance diagram for HorribleError:
Inheritance graph

Public Member Functions

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

Protected Member Functions

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

This is just a safety check to verify selection and parsing match - you should not ever see it Strings are directly added to this error, but again, it should never be seen.

Definition at line 671 of file CLI11.hpp.

Constructor & Destructor Documentation

◆ HorribleError() [1/5]

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

Definition at line 672 of file CLI11.hpp.

◆ HorribleError() [2/5]

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

Definition at line 672 of file CLI11.hpp.

◆ HorribleError() [3/5]

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

Definition at line 672 of file CLI11.hpp.

◆ HorribleError() [4/5]

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

Definition at line 672 of file CLI11.hpp.

◆ HorribleError() [5/5]

HorribleError ( std::string  msg)
inlineexplicit

Definition at line 673 of file CLI11.hpp.


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