|
LCIO
02.17
|
IOException used for reading/writing errors. More...
#include <Exceptions.h>
Inheritance diagram for IO::IOException:Public Member Functions | |
| IOException (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) |
Protected Member Functions | |
| IOException () | |
Protected Member Functions inherited from EVENT::Exception | |
| Exception () | |
Additional Inherited Members | |
Protected Attributes inherited from EVENT::Exception | |
| std::string | message |
IOException used for reading/writing errors.
Definition at line 92 of file Exceptions.h.
|
inlineprotected |
Definition at line 95 of file Exceptions.h.
|
inline |
Definition at line 98 of file Exceptions.h.
References EVENT::Exception::message.
1.8.5