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


Public Member Functions | |
| NoInputNodeException () | |
| default constructor | |
| NoInputNodeException (int value) | |
| constructor with an error value | |
| virtual void | print (std::ostream &out=std::cerr) |
| the print method | |
Public Attributes | |
| int | errorNo |
| the error number | |
1.4.4