|
LCIO
02.17
|
EventException used for data not available. More...
#include <Exceptions.h>
Inheritance diagram for EVENT::DataNotAvailableException:Public Member Functions | |
| virtual | ~DataNotAvailableException () |
| DataNotAvailableException (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 data not available.
Definition at line 60 of file Exceptions.h.
|
inlinevirtual |
Definition at line 63 of file Exceptions.h.
|
inline |
Definition at line 65 of file Exceptions.h.
References EVENT::Exception::message.
1.8.5