Loading...
Searching...
No Matches
deserialization_exceptiont Class Reference
Thrown when failing to deserialize a value from some low level format, like JSON or raw bytes.
More...
#include <exception_utils.h>
+ Inheritance diagram for deserialization_exceptiont:
+ Collaboration diagram for deserialization_exceptiont:
A human readable description of what went wrong.
A human readable description of what went wrong.
Additional Inherited Members
This constructor is marked protected to ensure this class isn't used directly.
This constructor is marked protected to ensure this class isn't used directly.
The reason this exception was generated.
Detailed Description
Thrown when failing to deserialize a value from some low level format, like JSON or raw bytes.
Definition at line 79 of file exception_utils.h.
Constructor & Destructor Documentation
◆ deserialization_exceptiont()
deserialization_exceptiont::deserialization_exceptiont
(
std::string
message )
explicit
The documentation for this class was generated from the following files: