dtTerrain::TerrainRendererException Class Reference

This enumeration contains generic errors that could occur in terrain renderers. More...

#include <terraindatarenderer.h>

Inheritance diagram for dtTerrain::TerrainRendererException:

dtDAL::ExceptionEnum dtUtil::Enumeration

List of all members.

Static Public Attributes

static TerrainRendererException INVALID_HEIGHTFIELD_DATA
 Thrown if the heightfield data is invalid when the renderer initializes itself.

Protected Member Functions

 TerrainRendererException (const std::string &name)
 Simple enumeration constructor.


Detailed Description

This enumeration contains generic errors that could occur in terrain renderers.

Subclass this enumeration for specific error handling identification.


Constructor & Destructor Documentation

dtTerrain::TerrainRendererException::TerrainRendererException ( const std::string &  name  )  [inline, protected]

Simple enumeration constructor.


Member Data Documentation

TerrainRendererException dtTerrain::TerrainRendererException::INVALID_HEIGHTFIELD_DATA [static]

Thrown if the heightfield data is invalid when the renderer initializes itself.


http://www.delta3d.org
2.0.0 generated 14 Feb 2008