|
CppZmqZoltanExt 0.0.1
|
Exception thrown when a badly formatted ZPL input is encountered during parsing. More...
#include <zpl_config.h>


Public Member Functions | |
| zpl_parse_error (std::string message, std::size_t line) | |
| Construct a parse error with message and line. | |
| std::size_t | line () const noexcept |
| Get the line number where the parse error occurred. | |
Exception thrown when a badly formatted ZPL input is encountered during parsing.
Definition at line 92 of file zpl_config.h.
| zmqzext::zpl_parse_error::zpl_parse_error | ( | std::string | message, |
| std::size_t | line | ||
| ) |
Construct a parse error with message and line.
| message | Error message describing the failure |
| line | Line number where the parse error occurred (1-based) |
Definition at line 370 of file zpl_config.cpp.
|
noexcept |
Get the line number where the parse error occurred.
Definition at line 372 of file zpl_config.cpp.