Thrown when a request does not make sense in the current state. For example, doing actions on a closed object. More...
#include <objectbox.hpp>
Public Member Functions | |
int | code () const override |
Always OBX_ERROR_ILLEGAL_STATE. More... | |
Thrown when a request does not make sense in the current state. For example, doing actions on a closed object.
|
inlineoverridevirtual |
Always OBX_ERROR_ILLEGAL_STATE.
Implements obx::Exception.
Reimplemented in obx::ShuttingDownException.