Public Member Functions

claw::pattern::bad_type_identifier Class Reference

Exception thrown when an incorrect identifier is given to a type. More...

#include <factory.hpp>

Inheritance diagram for claw::pattern::bad_type_identifier:
claw::exception

List of all members.

Public Member Functions

 bad_type_identifier () throw ()
 Constructor.

Detailed Description

Exception thrown when an incorrect identifier is given to a type.

Author:
Julien Jorge

Definition at line 45 of file factory.hpp.


Constructor & Destructor Documentation

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.")
      { }

The documentation for this class was generated from the following file: