class NotInitializedException

/ /** The NotInitializedException occurs when a node is not properly initialized before the processing begins. More...

Definition#include <data-flow/include/Node.h>
InheritsBaseException
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Members


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.

 NotInitializedException (map<string,Node * > aMap)

The constructor that takes a map of nodes not properly initialized

void  print (ostream &out = cerr)

[virtual]

The print method

Reimplemented from BaseException.

map<string,Node*> nodeMap

The node map