default utilmm::factory error policy
More...
#include <utilmm/types/bits/factory_error.hh>
template<class AbstractProduct, typename IdentifierType, typename Result>
struct utilmm::factory_toolbox::error< AbstractProduct, IdentifierType, Result >
default utilmm::factory error policy
This class implements the default error policy for utilmm::factory class. This error policy will throw an exception on error
- Author
- Frédéric Py fpy@l.nosp@m.aas..nosp@m.fr
template<class AbstractProduct , typename IdentifierType , typename Result >
template<typename Ty >
unknown id error
Thsi function will be called by utilmm::factory if user request for an unknown identifier
- Parameters
-
- Exceptions
-
template<class AbstractProduct , typename IdentifierType , typename Result >
unknown creation method error
Thsi function will be called by utilmm::factory if user request for an unknown creation method
- Parameters
-
| id | The identifier of the creation method |
- Exceptions
-
The documentation for this struct was generated from the following file: