|
degate 0.1.1
|
This exception is raised if a method detects an invalid Object ID. More...
#include <degate_exceptions.h>

Public Member Functions | |
| InvalidObjectIDException () | |
| InvalidObjectIDException (std::string str) | |
This exception is raised if a method detects an invalid Object ID.
Object IDs are managed by the logic model. Probably the object was not inserted into the logic model.
Definition at line 92 of file degate_exceptions.h.
| degate::InvalidObjectIDException::InvalidObjectIDException | ( | ) | [inline] |
Definition at line 94 of file degate_exceptions.h.
:
DegateLogicException("The logic model object has no or an invalid object ID.") {}
| degate::InvalidObjectIDException::InvalidObjectIDException | ( | std::string | str | ) | [inline] |
Definition at line 96 of file degate_exceptions.h.
: DegateLogicException(str) {}
1.7.4