#include <exception.h>
Inheritance diagram for VDrift::EXCEPTION:

Public Member Functions | |
| EXCEPTION (const std::string &description) | |
| virtual const char * | what () const throw () |
| virtual | ~EXCEPTION () throw () |
Private Attributes | |
| std::string | description |
Definition at line 29 of file exception.h.
|
|
Definition at line 32 of file exception.h. |
|
|
Definition at line 41 of file exception.h. |
|
|
Definition at line 36 of file exception.h. References description. |
|
|
Definition at line 43 of file exception.h. Referenced by what(). |
1.4.6