CLAW Library (a C++ Library Absolutely Wonderful) 1.5.5
|
Exception thrown when an incorrect identifier is given to a type. More...
#include <factory.hpp>
Public Member Functions | |
bad_type_identifier () throw () | |
Constructor. |
Exception thrown when an incorrect identifier is given to a type.
Definition at line 45 of file factory.hpp.
claw::pattern::bad_type_identifier::bad_type_identifier | ( | ) | throw () [inline] |
Constructor.
Definition at line 52 of file factory.hpp.
: exception("No type has this identifier.") { }