![]() |
Project
|
Handlig access of L0 index mapping with invalid patch size. More...
#include <TriggerMappingErrors.h>
Inherits std::exception.
Public Member Functions | |
| L0sizeInvalidException (unsigned int l0size) | |
| Constructor. | |
| ~L0sizeInvalidException () noexcept final=default | |
| Destructor. | |
| const char * | what () const noexcept final |
| Access to error message. | |
| unsigned int | getL0size () const noexcept |
| Get the size of the L0 patch. | |
Handlig access of L0 index mapping with invalid patch size.
Definition at line 277 of file TriggerMappingErrors.h.
|
inline |
Constructor.
| l0size | Size of the L0 patch |
Definition at line 282 of file TriggerMappingErrors.h.
|
finaldefaultnoexcept |
Destructor.
|
inlinenoexcept |
Get the size of the L0 patch.
Definition at line 299 of file TriggerMappingErrors.h.
|
inlinefinalnoexcept |
Access to error message.
Definition at line 292 of file TriggerMappingErrors.h.