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

Public Member Functions | |
| virtual | ~Exception () throw () |
| Exception (const std::string &text) | |
| virtual const char * | what () const throw () |
Protected Member Functions | |
| Exception () | |
Protected Attributes | |
| std::string | message |
Definition at line 20 of file Exceptions.h.
|
|
Definition at line 26 of file Exceptions.h. |
|
|
Definition at line 29 of file Exceptions.h. |
|
|
Definition at line 31 of file Exceptions.h. |
|
|
Definition at line 35 of file Exceptions.h. |
|
|
Definition at line 24 of file Exceptions.h. |
1.3.9.1