LibCppCmdLine v1.0
A cross-platform C++ library for parsing command line arguments
Loading...
Searching...
No Matches
CmdLine::Parser::NullParameter Class Reference

An exception thrown for adding null Parameter. More...

#include <Parser.h>

Inheritance diagram for CmdLine::Parser::NullParameter:

Public Member Functions

 NullParameter (const char *message)
 Constructs a NullParameter exception.

Detailed Description

An exception thrown for adding null Parameter.

This exception is thrown when the programmer attempts to add a null Parameter to the Parser.

Constructor & Destructor Documentation

◆ NullParameter()

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

Constructs a NullParameter exception.

Parameters
messageThe message to include with the exception.

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