![]() |
Project
|
Exception handling non-existing cell indices. More...
#include <AnalysisCluster.h>
Inherits std::exception.
Public Member Functions | |
CellOutOfRangeException (Int_t cellIndex) | |
Constructor, setting cell wrong cell index raising the exception. | |
~CellOutOfRangeException () noexcept final=default | |
Destructor. | |
Int_t | getCellIndex () const noexcept |
Access to cell ID raising the exception. | |
const char * | what () const noexcept final |
Access to error message of the exception. | |
Exception handling non-existing cell indices.
Definition at line 43 of file AnalysisCluster.h.
|
inline |
Constructor, setting cell wrong cell index raising the exception.
cellIndex | Cell index raising the exception |
Definition at line 48 of file AnalysisCluster.h.
|
finaldefaultnoexcept |
Destructor.
|
inlinenoexcept |
Access to cell ID raising the exception.
Definition at line 59 of file AnalysisCluster.h.
|
inlinefinalnoexcept |
Access to error message of the exception.
Definition at line 63 of file AnalysisCluster.h.