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

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

#include <Parser.h>

Inheritance diagram for CmdLine::Parser::DuplicatePosParam:

Public Member Functions

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

Detailed Description

An exception thrown for adding duplicate PosParam.

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

Constructor & Destructor Documentation

◆ DuplicatePosParam()

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

Constructs an DuplicatePosParam exception.

Parameters
messageThe message to include with the exception.

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