#include <Factory.h>
Static Public Member Functions | |
static AbstractProduct * | OnUnknownType (IdentifierType) |
Reaction to the "Unknown Type" error. | |
Protected Member Functions | |
~DefaultFactoryError () | |
Destructor. |
DefaultFactoryError< IdentifierType, AbstractProduct >::~DefaultFactoryError | ( | ) | [inline, protected] |
Destructor.
static AbstractProduct* DefaultFactoryError< IdentifierType, AbstractProduct >::OnUnknownType | ( | IdentifierType | ) | [inline, static] |
Reaction to the "Unknown Type" error.