MoCSI API Reference
Loading...
Searching...
No Matches
Public Member Functions | List of all members
BadInput Class Reference

This error class inherits from std::exception and marks faulty parameter or CL inputs. Very rudimentary error class to be thrown in the case of faulty/erroneous user input. More...

#include <IniParser.h>

Inheritance diagram for BadInput:
Inheritance graph
Collaboration diagram for BadInput:
Collaboration graph

Public Member Functions

 BadInput (std::string message)
 
const charwhat () const noexcept override
 
 ~BadInput () override=default
 

Detailed Description

This error class inherits from std::exception and marks faulty parameter or CL inputs. Very rudimentary error class to be thrown in the case of faulty/erroneous user input.

Constructor & Destructor Documentation

◆ BadInput()

BadInput::BadInput ( std::string  message)
inline

◆ ~BadInput()

BadInput::~BadInput ( )
overridedefault

Member Function Documentation

◆ what()

const char * BadInput::what ( ) const
inlineoverridenoexcept

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