vrj::DrawMgrException Class Reference

Exception type to be used by Draw Managers. More...

#include <vrj/Kernel/KernelExceptions.h>

Inheritance diagram for vrj::DrawMgrException:

Inheritance graph
[legend]
Collaboration diagram for vrj::DrawMgrException:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 DrawMgrException (const std::string &msg) throw ()
virtual ~DrawMgrException () throw ()

Detailed Description

Exception type to be used by Draw Managers.

Definition at line 66 of file KernelExceptions.h.


Constructor & Destructor Documentation

vrj::DrawMgrException::DrawMgrException ( const std::string &  msg  )  throw ()

Definition at line 53 of file KernelExceptions.cpp.

00055    : ManagerException(msg)
00056 {
00057    /* Do nothing. */ ;
00058 }

vrj::DrawMgrException::~DrawMgrException (  )  throw () [virtual]

Definition at line 60 of file KernelExceptions.cpp.

00061 {
00062    /* Do nothing. */ ;
00063 }


The documentation for this class was generated from the following files:
Generated on Thu Jan 4 10:58:31 2007 for VR Juggler by  doxygen 1.5.1