- A Logic Circuit Simulation Library in C++





lcs::MultipleClockException Class Reference

#include <multclock_exception.h>

Inheritance diagram for lcs::MultipleClockException:

lcs::Exception List of all members.

Detailed Description

This is an exception class an object of which will be thrown if more than one lcs::Clock objects are instantiated. This is a debug tool rather than as user centric feature.


Public Member Functions

 MultipleClockException ()
virtual ~MultipleClockException ()
virtual std::string getMessage (void)


Constructor & Destructor Documentation

lcs::MultipleClockException::MultipleClockException (  )  [inline]

The default constructor.

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

Destructor.


Member Function Documentation

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

Returns a std::string message describing the exception type.

Implements lcs::Exception.


Copyright © 2006, 2007 Siva Chandra