- A Logic Circuit Simulation Library in C++ |
#include <nullclock_exception.h>
Inheritance diagram for lcs::NullClockException:
lcs::Clock
object is being created using a copy constructor when a full clock object was not instantiated previously. This is a debug tool rather than as user centric feature.
Public Member Functions | |
NullClockException () | |
virtual | ~NullClockException () |
virtual std::string | getMessage (void) |
lcs::NullClockException::NullClockException | ( | ) | [inline] |
Constructor.
virtual lcs::NullClockException::~NullClockException | ( | ) | [inline, virtual] |
Destructor.
virtual std::string lcs::NullClockException::getMessage | ( | void | ) | [inline, virtual] |
Returns the message describing the type of the exception.
Implements lcs::Exception.