| LCIO
    02.17
    | 
EventException used for signaling a 'read only exception'. More...
#include <Exceptions.h>
 Inheritance diagram for EVENT::ReadOnlyException:
 Inheritance diagram for EVENT::ReadOnlyException:| Public Member Functions | |
| virtual | ~ReadOnlyException () | 
| ReadOnlyException (std::string text) | |
|  Public Member Functions inherited from EVENT::EventException | |
| virtual | ~EventException () | 
| EventException (std::string text) | |
|  Public Member Functions inherited from EVENT::Exception | |
| virtual | ~Exception () | 
| Exception (const std::string &text) | |
| virtual const char * | what () const noexcept | 
|  Public Member Functions inherited from std::exception | |
| T | exception (T...args) | 
| T | operator= (T...args) | 
| T | what (T...args) | 
| T | ~exception (T...args) | 
| Additional Inherited Members | |
|  Protected Member Functions inherited from EVENT::EventException | |
| EventException () | |
|  Protected Member Functions inherited from EVENT::Exception | |
| Exception () | |
|  Protected Attributes inherited from EVENT::Exception | |
| std::string | message | 
EventException used for signaling a 'read only exception'.
Definition at line 74 of file Exceptions.h.
| 
 | inlinevirtual | 
Definition at line 77 of file Exceptions.h.
| 
 | inline | 
Definition at line 79 of file Exceptions.h.
References EVENT::Exception::message.
 1.8.5
 1.8.5