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
EVENT::EventException Class Reference

EventException used for errors accessing the event data. More...

#include <Exceptions.h>

+ Inheritance diagram for EVENT::EventException:

Public Member Functions

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

Protected Member Functions

 EventException ()
 
- Protected Member Functions inherited from EVENT::Exception
 Exception ()
 

Additional Inherited Members

- Protected Attributes inherited from EVENT::Exception
std::string message
 

Detailed Description

EventException used for errors accessing the event data.

Author
gaede
Version
Apr 30, 2003

Definition at line 44 of file Exceptions.h.

Constructor & Destructor Documentation

EVENT::EventException::EventException ( )
inlineprotected

Definition at line 47 of file Exceptions.h.

virtual EVENT::EventException::~EventException ( )
inlinevirtual

Definition at line 49 of file Exceptions.h.

EVENT::EventException::EventException ( std::string  text)
inline

Definition at line 51 of file Exceptions.h.

References EVENT::Exception::message.


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