#include <vrj/Kernel/KernelExceptions.h>
Inheritance diagram for vrj::DrawMgrException:


Public Member Functions | |
| DrawMgrException (const std::string &msg) throw () | |
| virtual | ~DrawMgrException () throw () |
Definition at line 66 of file KernelExceptions.h.
| 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] |
1.5.1