Kea 2.5.8
isc::netconf::NetconfParser::syntax_error Struct Reference

Syntax errors thrown from user actions. More...

#include <netconf_parser.h>

+ Inheritance diagram for isc::netconf::NetconfParser::syntax_error:

Public Member Functions

 syntax_error (const location_type &l, const std::string &m)
 
 syntax_error (const syntax_error &s)
 
 ~syntax_error () YY_NOEXCEPT YY_NOTHROW
 

Public Attributes

location_type location
 

Detailed Description

Syntax errors thrown from user actions.

Definition at line 472 of file netconf_parser.h.

Constructor & Destructor Documentation

◆ syntax_error() [1/2]

isc::netconf::NetconfParser::syntax_error::syntax_error ( const location_type l,
const std::string &  m 
)
inline

Definition at line 474 of file netconf_parser.h.

◆ syntax_error() [2/2]

isc::netconf::NetconfParser::syntax_error::syntax_error ( const syntax_error s)
inline

Definition at line 479 of file netconf_parser.h.

◆ ~syntax_error()

isc::netconf::NetconfParser::syntax_error::~syntax_error ( )

Definition at line 165 of file netconf_parser.cc.

Member Data Documentation

◆ location

location_type isc::netconf::NetconfParser::syntax_error::location

Definition at line 486 of file netconf_parser.h.

Referenced by isc::netconf::NetconfParser::error().


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