Kea  1.9.9-git
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 457 of file netconf_parser.h.

Constructor & Destructor Documentation

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

Definition at line 459 of file netconf_parser.h.

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

Definition at line 464 of file netconf_parser.h.

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

Definition at line 160 of file netconf_parser.cc.

Member Data Documentation

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

Definition at line 471 of file netconf_parser.h.

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


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