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


Public Member Functions | |
| FactoryNotFoundException (std::string name) | |
| The constructor with a factory name. | |
| virtual void | print (std::ostream &out=std::cerr) |
| The print method. | |
Public Attributes | |
| std::string | factoryName |
| The factory name. | |
1.4.4