bpf::json::JsonParseException class final

Exception thrown by the Json Lexer or Parser when it is unable to process a given line of text

Base classes

class bpf::ParseException

Constructors, destructors, conversion operators

JsonParseException(const fsize line, const String& msg) explicit

Public functions

auto Line() const -> fsize noexcept
void Print() const final noexcept

Function documentation

bpf::json::JsonParseException::JsonParseException(const fsize line, const String& msg) explicit

Parameters
line the line number
msg the error message

Constructs a JsonParseException

fsize bpf::json::JsonParseException::Line() const noexcept

Returns the line number as integer

Returns the line number

void bpf::json::JsonParseException::Print() const final noexcept

Print the exception to the console