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

An exception thrown for a Parser with empty arguments. More...

#include <Parser.h>

Inheritance diagram for CmdLine::Parser::EmptyArguments:

Public Member Functions

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

Detailed Description

An exception thrown for a Parser with empty arguments.

This exception is thrown when the programmer attempts to create a new Parser with empty command line arguments.

Constructor & Destructor Documentation

◆ EmptyArguments()

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

Constructs an EmptyArguments exception.

Parameters
messageThe message to include with the exception.

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