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

unknown_feature Class Reference

A particular kind of error: a draw object's feature is unknown to the system. More...

#include <Object.h>

List of all members.

Public Methods

 unknown_feature (std::string feature)


Detailed Description

A particular kind of error: a draw object's feature is unknown to the system.


Constructor & Destructor Documentation

unknown_feature::unknown_feature std::string    feature [inline]
 

00015     : std::domain_error("unknown feature: " + feature)
00016     {}


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