BashSpark
Loading...
Searching...
No Matches
bs::shell_node_invalid_argument Class Referencefinal

Exception thrown when a node is constructed with invalid args. More...

#include <shell_node.h>

Inheritance diagram for bs::shell_node_invalid_argument:
Collaboration diagram for bs::shell_node_invalid_argument:

Public Member Functions

 shell_node_invalid_argument (const std::string &sMessage)
 Construct the exception with a descriptive message.
 

Detailed Description

Exception thrown when a node is constructed with invalid args.

Thin wrapper around std::invalid_argument used to indicate errors detected while building node objects.

Constructor & Destructor Documentation

◆ shell_node_invalid_argument()

bs::shell_node_invalid_argument::shell_node_invalid_argument ( const std::string &  sMessage)
inlineexplicit

Construct the exception with a descriptive message.

Parameters
sMessageDescription of the error.

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