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

An exception thrown for adding a duplicate Option. More...

#include <Parser.h>

Inheritance diagram for CmdLine::Parser::DuplicateOption:

Public Member Functions

 DuplicateOption (const char *message)
 Constructs a DuplicateOption exception.
 

Detailed Description

An exception thrown for adding a duplicate Option.

This exception is thrown when the programmer attempts to add a duplicate Option to the Parser.

Constructor & Destructor Documentation

◆ DuplicateOption()

CmdLine::Parser::DuplicateOption::DuplicateOption ( const char * message)

Constructs a DuplicateOption exception.

Parameters
messageThe message to include with the exception.

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