mesh3d::incompatible_attribute_type_exception Struct Reference

#include <exception.h>

Public Member Functions

 incompatible_attribute_type_exception (std::string name, std::string type_name, std::string expected_type_name)

Data Fields

std::string name
std::string type_name
std::string expected_type_name

Detailed Description

Definition at line 43 of file exception.h.


Constructor & Destructor Documentation

mesh3d::incompatible_attribute_type_exception::incompatible_attribute_type_exception ( std::string  name,
std::string  type_name,
std::string  expected_type_name 
) [inline]

Definition at line 45 of file exception.h.

00050     {
00051         this->name               = name;
00052         this->type_name          = type_name;
00053         this->expected_type_name = expected_type_name;
00054     }


Field Documentation

Definition at line 55 of file exception.h.

Definition at line 56 of file exception.h.

Definition at line 57 of file exception.h.


The documentation for this struct was generated from the following file:
Generated on Sun Apr 11 12:23:11 2010 for RenderStack by  doxygen 1.6.3