CLI11
C++11 Command Line Interface Parser
Loading...
Searching...
No Matches
List of all members
CLI::ParseError Class Reference

Anything that can error in Parse. More...

#include <Error.hpp>

Inheritance diagram for CLI::ParseError:
CLI::Error CLI::ArgumentMismatch CLI::ConfigError CLI::ConversionError CLI::ExcludesError CLI::ExtrasError CLI::FileError CLI::HorribleError CLI::InvalidError CLI::RequiredError CLI::RequiresError CLI::RuntimeError CLI::Success CLI::ValidationError

Additional Inherited Members

- Public Member Functions inherited from CLI::Error
CLI11_NODISCARD int get_exit_code () const
 
CLI11_NODISCARD 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)
 

Detailed Description

Anything that can error in Parse.


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