JsonParseException class final
Contents
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
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
void bpf:: json:: JsonParseException:: Print() const final noexcept
Print the exception to the console