![]() |
smgl 0.11.0
Structured Metadata Engine and Graph Objects Library
|
Default exception thrown when registered type not found. More...
#include <smgl/Factory.hpp>
Public Member Functions | |
| unknown_identifier (const IdentifierType &unknownId) | |
| const char * | what () const noexcept override |
Public Member Functions inherited from std::exception | |
| T | exception (T... args) |
| T | operator= (T... args) |
| T | what (T... args) |
| T | ~exception (T... args) |
Private Attributes | |
| IdentifierType | unknownId_ |
Default exception thrown when registered type not found.
Definition at line 18 of file Factory.hpp.
|
explicit |
Default constructor
Definition at line 7 of file FactoryImpl.hpp.
|
overridenoexcept |
Get exception message
Definition at line 14 of file FactoryImpl.hpp.
|
private |
Unknown identifier
Definition at line 29 of file Factory.hpp.