CMS 3D CMS Logo

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

#include <cxxopts.h>

Inheritance diagram for cxxopts::OptionSpecException:
cxxopts::OptionException cxxopts::Invalid_option_format_error cxxopts::Option_exists_error

Public Member Functions

 OptionSpecException (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 216 of file cxxopts.h.

Constructor & Destructor Documentation

◆ OptionSpecException()

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

Definition at line 218 of file cxxopts.h.

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