Mixin class for exceptions that occurred in a JSON document.
More...
#include <xentara/utils/json/decoder/Errors.hpp>
Mixin class for exceptions that occurred in a JSON document.
This class is not user constructible. Use throwWithLocation() or throwNestedWithLocation() to throw exceptions derived from this class.
◆ Exception()
xentara::utils::json::decoder::Exception::Exception |
( |
| ) |
|
|
delete |
this class is not user constructible
◆ ~Exception()
Exception::~Exception |
( |
| ) |
|
|
pure virtualdefault |
◆ upcast() [1/2]
virtual auto xentara::utils::json::decoder::Exception::upcast |
( |
| ) |
-> std::exception & |
|
pure virtual |
◆ upcast() [2/2]
virtual auto xentara::utils::json::decoder::Exception::upcast |
( |
| ) |
const -> const std::exception & |
|
pure virtual |
◆ what()
auto xentara::utils::json::decoder::Exception::what |
( |
| ) |
const -> const char * |
|
noexcept |
Returns the explanatory string.