LibCppCmd v1.0 Beta 15
C++ Command Line Parsing Library
|
An exception thrown for adding duplicate PosParam. More...
#include <Parser.h>
Public Member Functions | |
DuplicatePosParam (const char *message) | |
Constructs an DuplicatePosParam exception. | |
An exception thrown for adding duplicate PosParam.
This exception is thrown when the programmer attempts to add a duplicate PosParam to the Parser.
CmdLine::Parser::DuplicatePosParam::DuplicatePosParam | ( | const char * | message | ) |
Constructs an DuplicatePosParam exception.
message | The message to include with the exception. |