LibCppCmd v1.0 Beta 15
C++ Command Line Parsing Library
|
An exception thrown for invalid NameValuePairs. More...
#include <NameValuePair.h>
Public Member Functions | |
InvalidPair (const char *message) | |
Constructs an InvalidPair exception. | |
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.
CmdLine::NameValuePair::InvalidPair::InvalidPair | ( | const char * | message | ) |
Constructs an InvalidPair exception.
message | The message to include with the exception. |