Project
Loading...
Searching...
No Matches
o2::emcal::EventHandler< CellInputType >::NotInitializedException Class Referencefinal

Exception handling unitialized event handler. More...

#include <EventHandler.h>

Inherits std::exception.

Public Member Functions

 NotInitializedException ()=default
 Constructor initializing the exception.
 
 ~NotInitializedException () noexcept final=default
 Destructor.
 
const charwhat () const noexcept final
 Creating error message of the exception.
 

Detailed Description

template<class CellInputType>
class o2::emcal::EventHandler< CellInputType >::NotInitializedException

Exception handling unitialized event handler.

Definition at line 133 of file EventHandler.h.

Constructor & Destructor Documentation

◆ NotInitializedException()

template<class CellInputType >
o2::emcal::EventHandler< CellInputType >::NotInitializedException::NotInitializedException ( )
default

Constructor initializing the exception.

◆ ~NotInitializedException()

template<class CellInputType >
o2::emcal::EventHandler< CellInputType >::NotInitializedException::~NotInitializedException ( )
finaldefaultnoexcept

Destructor.

Member Function Documentation

◆ what()

template<class CellInputType >
const char * o2::emcal::EventHandler< CellInputType >::NotInitializedException::what ( ) const
inlinefinalnoexcept

Creating error message of the exception.

Returns
Error message of the exception

Definition at line 144 of file EventHandler.h.


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