|
cprover
|
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:Public Member Functions | |
| deserialization_exceptiont (std::string message) | |
| std::string | what () const override |
| A human readable description of what went wrong. More... | |
Public Member Functions inherited from cprover_exception_baset | |
| virtual | ~cprover_exception_baset ()=default |
Private Attributes | |
| std::string | message |
Thrown when failing to deserialize a value from some low level format, like JSON or raw bytes.
Definition at line 72 of file exception_utils.h.
|
explicit |
Definition at line 47 of file exception_utils.cpp.
|
overridevirtual |
A human readable description of what went wrong.
For readability, implementors should not add a leading or trailing newline to this description.
Implements cprover_exception_baset.
Definition at line 52 of file exception_utils.cpp.
|
private |
Definition at line 80 of file exception_utils.h.