LibCppCmd v1.0 Beta 15
C++ Command Line Parsing Library
Loading...
Searching...
No Matches
Public Member Functions | List of all members
CmdLine::ValueOption::DuplicateOptionParam Class Reference

An exception thrown for adding duplicate OptionParams. More...

#include <ValueOption.h>

Inheritance diagram for CmdLine::ValueOption::DuplicateOptionParam:

Public Member Functions

 DuplicateOptionParam (const char *message)
 Constructs an DuplicateOptionParam exception.
 

Detailed Description

An exception thrown for adding duplicate OptionParams.

This exception is thrown when the programmer attempts to add a duplicate OptionParam to the ValueOption.

Constructor & Destructor Documentation

◆ DuplicateOptionParam()

CmdLine::ValueOption::DuplicateOptionParam::DuplicateOptionParam ( const char * message)

Constructs an DuplicateOptionParam exception.

Parameters
messageThe message to include with the exception.

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