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

Error Handling when an invalid module ID (outside the limits) is called. More...

#include <GeometryBase.h>

Inherits std::exception.

Public Member Functions

 InvalidModuleException (int nModule, int nMax)
 Constructor.
 
 ~InvalidModuleException () noexcept final=default
 Destructor.
 
int GetModuleID () const noexcept
 Get ID of the module raising the exception.
 
int GetMaxNumberOfModules () const noexcept
 Get number of modules.
 
const charwhat () const noexcept final
 Access to error message.
 

Detailed Description

Error Handling when an invalid module ID (outside the limits) is called.

Definition at line 56 of file GeometryBase.h.

Constructor & Destructor Documentation

◆ InvalidModuleException()

o2::emcal::InvalidModuleException::InvalidModuleException ( int  nModule,
int  nMax 
)
inline

Constructor.

Parameters
nModuleModule number raising the exception
nMaxMaximum amount of modules in setup

Definition at line 62 of file GeometryBase.h.

◆ ~InvalidModuleException()

o2::emcal::InvalidModuleException::~InvalidModuleException ( )
finaldefaultnoexcept

Destructor.

Member Function Documentation

◆ GetMaxNumberOfModules()

int o2::emcal::InvalidModuleException::GetMaxNumberOfModules ( ) const
inlinenoexcept

Get number of modules.

Returns
Number of modules

Definition at line 78 of file GeometryBase.h.

◆ GetModuleID()

int o2::emcal::InvalidModuleException::GetModuleID ( ) const
inlinenoexcept

Get ID of the module raising the exception.

Returns
ID of the module

Definition at line 74 of file GeometryBase.h.

◆ what()

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

Access to error message.

Returns
Error message for given exception

Definition at line 82 of file GeometryBase.h.


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