ParseException class
Contents
Represents a parsing exception
Base classes
- class RuntimeException
Derived classes
- class JsonParseException final
Constructors, destructors, conversion operators
- ParseException(const String& msg) explicit noexcept
- ParseException(const String& type, const String& msg) explicit noexcept
Function documentation
bpf:: ParseException:: ParseException(const String& msg) explicit noexcept
| Parameters | |
|---|---|
| msg | the exception message |
Constructs a generic ParseException
bpf:: ParseException:: ParseException(const String& type,
const String& msg) explicit noexcept
| Parameters | |
|---|---|
| type | the type of exception suffixed by "ParseException" |
| msg | the exception message |
Construcs a ParseException