CAPIO-CL 1.2.0
CAPIO-CL: Cross Application Programmable I/O - Coordination Language
Loading...
Searching...
No Matches
capiocl::parser::ParserException Class Referencefinal

Custom exception thrown when parsing a CAPIO-CL configuration file by Parser. More...

#include <parser.h>

Inheritance diagram for capiocl::parser::ParserException:
Collaboration diagram for capiocl::parser::ParserException:

Public Member Functions

 ParserException (const std::string &msg)
 Construct a new CAPIO-CL Exception.
const char * what () const noexcept override

Detailed Description

Custom exception thrown when parsing a CAPIO-CL configuration file by Parser.

Constructor & Destructor Documentation

◆ ParserException()

capiocl::parser::ParserException::ParserException ( const std::string & msg)
explicit

Construct a new CAPIO-CL Exception.

Parameters
msgError Message that raised this exception

Member Function Documentation

◆ what()

const char * capiocl::parser::ParserException::what ( ) const
inlinenodiscardoverridenoexcept

Get the description of the error causing the exception

Returns

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