Project
Loading...
Searching...
No Matches
o2::emcal::InvalidChanneltypeException Class Referencefinal

Error handling invalid channel types. More...

#include <Constants.h>

Inherits std::exception.

Public Member Functions

 InvalidChanneltypeException (int caloflag)
 Constructor initializing the exception.
 
 ~InvalidChanneltypeException () noexcept final=default
 Destructor.
 
const charwhat () const noexcept final
 Access to error message of the exception.
 
int getCaloflag () const noexcept
 Access to calo flag responsible for the exception.
 

Detailed Description

Error handling invalid channel types.

Definition at line 42 of file Constants.h.

Constructor & Destructor Documentation

◆ InvalidChanneltypeException()

o2::emcal::InvalidChanneltypeException::InvalidChanneltypeException ( int  caloflag)
inline

Constructor initializing the exception.

Parameters
caloflagCalo flag in mapping responsible for exception

Definition at line 47 of file Constants.h.

◆ ~InvalidChanneltypeException()

o2::emcal::InvalidChanneltypeException::~InvalidChanneltypeException ( )
finaldefaultnoexcept

Destructor.

Member Function Documentation

◆ getCaloflag()

int o2::emcal::InvalidChanneltypeException::getCaloflag ( ) const
inlinenoexcept

Access to calo flag responsible for the exception.

Returns
Calo flag

Definition at line 61 of file Constants.h.

◆ what()

const char * o2::emcal::InvalidChanneltypeException::what ( ) const
inlinefinalnoexcept

Access to error message of the exception.

Returns
Error messag

Definition at line 57 of file Constants.h.


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