![]() |
Project
|
Error handling in case the interaction records from various sources do not match. More...
#include <EventHandler.h>
Inherits std::exception.
Public Member Functions | |
InteractionRecordInvalidException (const InteractionRecord &irclusters, const InteractionRecord &ircells) | |
Constructor initializing the exception. | |
~InteractionRecordInvalidException () noexcept final=default | |
Destructor. | |
const char * | what () const noexcept final |
Creating error message of the exception. | |
const InteractionRecord & | getInteractionRecordClusters () const |
Get the interaction record for the cluster subevent. | |
const InteractionRecord & | getInteractionRecordCells () const |
Get the interaction record for the cells subevent. | |
Error handling in case the interaction records from various sources do not match.
Definition at line 149 of file EventHandler.h.
|
inline |
Constructor initializing the exception.
irclusters | Interaction reccord from the cluster trigger record container |
ircells | Interaction record from the cell trigger record container |
Definition at line 155 of file EventHandler.h.
|
finaldefaultnoexcept |
Destructor.
|
inline |
Get the interaction record for the cells subevent.
Definition at line 173 of file EventHandler.h.
|
inline |
Get the interaction record for the cluster subevent.
Definition at line 169 of file EventHandler.h.
|
inlinefinalnoexcept |
Creating error message of the exception.
Definition at line 165 of file EventHandler.h.