Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members

FD::NotInitializedException Class Reference

#include <Node.h>

Inheritance diagram for FD::NotInitializedException:

Inheritance graph
[legend]
Collaboration diagram for FD::NotInitializedException:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 NotInitializedException (std::map< std::string, Node * > aMap)
virtual void print (std::ostream &out=std::cerr)

Public Attributes

std::map< std::string, Node * > nodeMap

Detailed Description

The NotInitializedException occurs when a node is not properly initialized before the processing begins. It happens when the network is not properly connected.
Author:
Dominic Letourneau


Constructor & Destructor Documentation

FD::NotInitializedException::NotInitializedException std::map< std::string, Node * >  aMap  )  [inline]
 

The constructor that takes a map of nodes not properly initialized


Member Function Documentation

virtual void FD::NotInitializedException::print std::ostream &  out = std::cerr  )  [inline, virtual]
 

The print method

Implements FD::BaseException.


Member Data Documentation

std::map<std::string,Node*> FD::NotInitializedException::nodeMap
 

The node map


The documentation for this class was generated from the following file:
Generated on Wed Oct 5 14:29:41 2005 for FlowDesigner by  doxygen 1.4.4