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

EventException used for signaling a 'read only exception'. More...

#include <Exceptions.h>

+ Inheritance diagram for EVENT::ReadOnlyException:

Public Member Functions

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

Detailed Description

EventException used for signaling a 'read only exception'.

Author
gaede
Version
Jun 5, 2003

Definition at line 74 of file Exceptions.h.

Constructor & Destructor Documentation

virtual EVENT::ReadOnlyException::~ReadOnlyException ( )
inlinevirtual

Definition at line 77 of file Exceptions.h.

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

Definition at line 79 of file Exceptions.h.

References EVENT::Exception::message.


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