![]() |
Kea 3.0.0
|
Syntax errors thrown from user actions. More...
#include <d2_parser.h>
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 |
Syntax errors thrown from user actions.
Definition at line 473 of file d2_parser.h.
|
inline |
|
inline |
Definition at line 480 of file d2_parser.h.
References syntax_error(), and location.
isc::d2::D2Parser::syntax_error::~syntax_error | ( | ) |
Definition at line 165 of file d2_parser.cc.
References YY_NOEXCEPT, and YY_NOTHROW.
location_type isc::d2::D2Parser::syntax_error::location |
Definition at line 487 of file d2_parser.h.
Referenced by syntax_error(), syntax_error(), and isc::d2::D2Parser::error().