- A Logic Circuit Simulation Library in C++





lcs::NullClockException Class Reference

#include <nullclock_exception.h>

Inheritance diagram for lcs::NullClockException:

lcs::Exception List of all members.

Detailed Description

This is an exception class an object of which will be thrown if a 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)


Constructor & Destructor Documentation

lcs::NullClockException::NullClockException (  )  [inline]

Constructor.

virtual lcs::NullClockException::~NullClockException (  )  [inline, virtual]

Destructor.


Member Function Documentation

virtual std::string lcs::NullClockException::getMessage ( void   )  [inline, virtual]

Returns the message describing the type of the exception.

Implements lcs::Exception.


Copyright © 2006, 2007 Siva Chandra