CMS 3D CMS Logo

List of all members | Public Member Functions
cxxopts::OptionParseException Class Reference

#include <cxxopts.h>

Inheritance diagram for cxxopts::OptionParseException:
cxxopts::OptionException cxxopts::Argument_incorrect_type cxxopts::Missing_argument_exception cxxopts::Option_not_exists_exception cxxopts::Option_not_has_argument_exception cxxopts::Option_not_present_exception cxxopts::Option_required_exception cxxopts::Option_requires_argument_exception cxxopts::Option_syntax_exception

Public Member Functions

 OptionParseException (const std::string &message)
 
- Public Member Functions inherited from cxxopts::OptionException
 OptionException (const std::string &message)
 
virtual const char * what () const noexcept
 

Detailed Description

Definition at line 221 of file cxxopts.h.

Constructor & Destructor Documentation

◆ OptionParseException()

cxxopts::OptionParseException::OptionParseException ( const std::string &  message)
inline

Definition at line 223 of file cxxopts.h.

223 : OptionException(message) {}
OptionException(const std::string &message)
Definition: cxxopts.h:208