![]() |
Project
|
Error handling of faulty TRU indices. More...
#include <TriggerMappingErrors.h>
Inherits std::exception.
Public Member Functions | |
TRUIndexException (unsigned int truindex) | |
Constructor. | |
~TRUIndexException () noexcept final=default | |
Destructor. | |
const char * | what () const noexcept final |
Get error message. | |
unsigned int | getTRUIndex () const noexcept |
Get the index of the TRU raising the exception. | |
Error handling of faulty TRU indices.
Definition at line 27 of file TriggerMappingErrors.h.
|
inline |
Constructor.
truindex | Index of the TRU |
Definition at line 32 of file TriggerMappingErrors.h.
|
finaldefaultnoexcept |
Destructor.
|
inlinenoexcept |
Get the index of the TRU raising the exception.
Definition at line 49 of file TriggerMappingErrors.h.
|
inlinefinalnoexcept |
Get error message.
Definition at line 42 of file TriggerMappingErrors.h.