Scarab  3.2.2
Project 8 C++ Utility Library
Public Member Functions | Protected Member Functions | List of all members
ExtrasError Class Reference

Thrown when too many positionals or options are found. More...

#include <CLI11.hpp>

Inheritance diagram for ExtrasError:
Inheritance graph

Public Member Functions

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

 ExtrasError (std::string ename, std::string msg, int exit_code)
 
 ExtrasError (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 too many positionals or options are found.

Definition at line 848 of file CLI11.hpp.

Constructor & Destructor Documentation

◆ ExtrasError() [1/5]

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

Definition at line 849 of file CLI11.hpp.

◆ ExtrasError() [2/5]

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

Definition at line 849 of file CLI11.hpp.

◆ ExtrasError() [3/5]

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

Definition at line 849 of file CLI11.hpp.

◆ ExtrasError() [4/5]

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

Definition at line 849 of file CLI11.hpp.

◆ ExtrasError() [5/5]

ExtrasError ( std::vector< std::string >  args)
inlineexplicit

Definition at line 850 of file CLI11.hpp.


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