Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

unknown_class Class Reference

An error of specifying a class for which there is no factory. More...

#include <Object.h>

List of all members.

Public Methods

 unknown_class (std::string class_name)


Detailed Description

An error of specifying a class for which there is no factory.


Constructor & Destructor Documentation

unknown_class::unknown_class std::string    class_name [inline]
 

00023     : std::domain_error("unknown class: " + class_name)
00024     {}


The documentation for this class was generated from the following file:
Generated on Fri Nov 8 10:52:33 2002 for Draw by doxygen1.2.17