MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / SerializationException

Class SerializationException

framework/serialization/serialize.h:79–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77};
78
79class SerializationException : public std::runtime_error
80{
81 public:
82 SerializationException(const UString &description, SerializationNode *node)
83 : std::runtime_error(UString(description + " " + node->getFullPath()).c_str())
84 {
85 }
86};
87
88} // namespace OpenApoc

Callers 6

serializeInFunction · 0.85
getNodeReqMethod · 0.85
getSectionReqMethod · 0.85
getNextSiblingReqMethod · 0.85
getValueUCharMethod · 0.85
getValueBoolVectorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected