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

EndOfDataException for signaling the end of a data stream. More...

#include <Exceptions.h>

+ Inheritance diagram for IO::EndOfDataException:

Public Member Functions

virtual ~EndOfDataException ()
 
 EndOfDataException (std::string text)
 
- Public Member Functions inherited from IO::IOException
 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)
 

Additional Inherited Members

- Protected Member Functions inherited from IO::IOException
 IOException ()
 
- Protected Member Functions inherited from EVENT::Exception
 Exception ()
 
- Protected Attributes inherited from EVENT::Exception
std::string message
 

Detailed Description

EndOfDataException for signaling the end of a data stream.

Author
gaede
Version
Jun 5, 2003

Definition at line 108 of file Exceptions.h.

Constructor & Destructor Documentation

virtual IO::EndOfDataException::~EndOfDataException ( )
inlinevirtual

Definition at line 110 of file Exceptions.h.

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

Definition at line 112 of file Exceptions.h.

References EVENT::Exception::message.


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