MIRA
|
Can be thrown by subclasses of RecursiveMemberReflectorBase to indicate that they did not find a certain member, e.g. More...
#include <serialization/RecursiveMemberReflector.h>
Public Member Functions | |
XMemberNotFound_NoDefault (XMemberNotFound &ex) MIRA_NOEXCEPT_OR_NOTHROW | |
void | raise (bool recursive=false) override |
Protected Member Functions | |
XMemberNotFound_NoDefault () MIRA_NOEXCEPT_OR_NOTHROW | |
Friends | |
class | ClassFactoryDefaultConstClassBuilder |
Can be thrown by subclasses of RecursiveMemberReflectorBase to indicate that they did not find a certain member, e.g.
when deserializing a class. Adds additional marker to XMemberNotFound, to indicate that there was no default value available and the XMemberNotFound exception must not be caught in surrounding classes to handle the issue.
|
inlineprotected |
|
inline |
|
inlineoverride |
|
friend |