#include <Pt/SerializationError.h>
Error during serialization of a type. More...
Inherits runtime_error.
Inherited by SettingsError.
Public Member Functions | |
SerializationError (const std::string &msg) | |
Construct with message. | |
SerializationError (const char *msg) | |
Construct with message. | |
~SerializationError () throw () | |
Destructor. | |
This Exception indicates a error during serialization caused by missing or invalid object attributes.