![]() |
Project
|
Error handling of faulty FastOR indices. More...
#include <TriggerMappingErrors.h>
Inherits std::exception.
Public Member Functions | |
FastORIndexException (unsigned int fastorindex) | |
Constructor. | |
~FastORIndexException () noexcept final=default | |
Destructor. | |
const char * | what () const noexcept final |
Get error message. | |
unsigned int | getFastORIndex () const noexcept |
Get the index of the FastOR raising the exception. | |
Error handling of faulty FastOR indices.
Definition at line 59 of file TriggerMappingErrors.h.
|
inline |
Constructor.
fastorindex | Index of the FastOR |
Definition at line 64 of file TriggerMappingErrors.h.
|
finaldefaultnoexcept |
Destructor.
|
inlinenoexcept |
Get the index of the FastOR raising the exception.
Definition at line 81 of file TriggerMappingErrors.h.
|
inlinefinalnoexcept |
Get error message.
Definition at line 74 of file TriggerMappingErrors.h.