|
LibCppCmdLine v1.0
A cross-platform C++ library for parsing command line arguments
|
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. |