LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | List of all members
IO::IOException Class Reference

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
exception (T...args)
 
operator= (T...args)
 
what (T...args)
 
~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
 

Detailed Description

IOException used for reading/writing errors.

Author
gaede
Version
Apr 30, 2003

Definition at line 92 of file Exceptions.h.

Constructor & Destructor Documentation

IO::IOException::IOException ( )
inlineprotected

Definition at line 95 of file Exceptions.h.

IO::IOException::IOException ( std::string  text)
inline

Definition at line 98 of file Exceptions.h.

References EVENT::Exception::message.


The documentation for this class was generated from the following file: