#include <Exceptions.h>
Inheritance diagram for EVENT::EventException:

Public Member Functions | |
| virtual | ~EventException () throw () |
| EventException (std::string text) | |
| virtual const char * | what () const throw () |
Protected Member Functions | |
| EventException () | |
Protected Attributes | |
| std::string | message |
Definition at line 43 of file Exceptions.h.
|
|
Definition at line 46 of file Exceptions.h. |
|
|
Definition at line 48 of file Exceptions.h. |
|
|
Definition at line 50 of file Exceptions.h. |
|
|
Definition at line 35 of file Exceptions.h. |
|
|
Definition at line 24 of file Exceptions.h. |
1.3.9.1