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

An exception thrown for invalid NameValuePairs. More...

#include <NameValuePair.h>

Inheritance diagram for CmdLine::NameValuePair::InvalidPair:

Public Member Functions

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

Detailed Description

An exception thrown for invalid NameValuePairs.

This exception is thrown by the NameValuePair constructor when the string used to construct the NameValuePair fails to satisfy the NameValuePair invariants.

Constructor & Destructor Documentation

◆ InvalidPair()

CmdLine::NameValuePair::InvalidPair::InvalidPair ( const char * message)

Constructs an InvalidPair exception.

Parameters
messageThe message to include with the exception.

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