Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members

VIEW::GLDisplayList::DisplayListRedeclaration Class Reference

DisplayListRedeclaration exception class. More...

#include <glDisplayList.h>

Inheritance diagram for VIEW::GLDisplayList::DisplayListRedeclaration:

Exception::GeneralException List of all members.

Public Member Functions

 DisplayListRedeclaration (const char *file, int line) throw ()

Detailed Description

DisplayListRedeclaration exception class.

This exception will be thrown when a display list that is already defined is tried to be redefined without being destroyed before.

See also:
GeneralException