#include <Exception.h>
Inheritance diagram for FD::NodeNotFoundException:


Public Member Functions | |
| NodeNotFoundException (std::string name) | |
| This constructor is used to specify which node is not found. | |
| virtual void | print (std::ostream &out=std::cerr) |
| The print method that prints on stderr by default. | |
Public Attributes | |
| std::string | nodeName |
| The node name. | |
1.4.4