#include <factory.h>
Static Public Member Functions | |
static AbstractProduct * | onUnknownType (IdentifierType) |
Reaction to the "Unknown Type" error. | |
Protected Member Functions | |
DefaultFactoryError () | |
Default constructor. | |
~DefaultFactoryError () | |
Destructor. |
Templates::DefaultFactoryError< IdentifierType, AbstractProduct >::DefaultFactoryError | ( | ) | [inline, protected] |
Default constructor.
Templates::DefaultFactoryError< IdentifierType, AbstractProduct >::~DefaultFactoryError | ( | ) | [inline, protected] |
Destructor.
static AbstractProduct* Templates::DefaultFactoryError< IdentifierType, AbstractProduct >::onUnknownType | ( | IdentifierType | ) | [inline, static] |
Reaction to the "Unknown Type" error.
[in] | id | Selected object ID. |