|
degate 0.1.1
|
This exception is raised if a code fragment receives a null pointer where this should not happen. More...
#include <degate_exceptions.h>

Public Member Functions | |
| InvalidPointerException () | |
| InvalidPointerException (std::string str) | |
This exception is raised if a code fragment receives a null pointer where this should not happen.
Definition at line 79 of file degate_exceptions.h.
| degate::InvalidPointerException::InvalidPointerException | ( | ) | [inline] |
Definition at line 81 of file degate_exceptions.h.
: DegateLogicException("Invalid pointer value.") {}
| degate::InvalidPointerException::InvalidPointerException | ( | std::string | str | ) | [inline] |
Definition at line 82 of file degate_exceptions.h.
: DegateLogicException(str) {}
1.7.4