#include <exceptions.h>
Inheritance diagram for NotResettableException:
Public Member Functions | |
NotResettableException (const std::string &mesg) |
E.g. Some attributes are merely wrappers for subattribute values; calling reset on these will not affect the next value returned by the parent attribute, and thus it won't do what the caller expects it to. Probably better to warn them up front than to have them spend hours trying to figure it out themselves. :-)