SPH
Public Member Functions | List of all members
HelpException Class Reference

Exception thrown when used passes -h or –help parameter. More...

#include <ArgsParser.h>

Inheritance diagram for HelpException:
Exception

Public Member Functions

 HelpException (const std::string &message)
 
- Public Member Functions inherited from Exception
 Exception (const std::string &message)
 
virtual const char * what () const noexcept
 

Detailed Description

Exception thrown when used passes -h or –help parameter.

The exception message contains the parameter description.

Definition at line 32 of file ArgsParser.h.

Constructor & Destructor Documentation

◆ HelpException()

HelpException::HelpException ( const std::string &  message)
inlineexplicit

Definition at line 34 of file ArgsParser.h.


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