Error handling requests for unknown hardware addresses.
More...
#include <Mapper.h>
Inherits std::exception.
Error handling requests for unknown hardware addresses.
Definition at line 84 of file Mapper.h.
◆ AddressNotFoundException()
o2::emcal::Mapper::AddressNotFoundException::AddressNotFoundException |
( |
int |
address | ) |
|
|
inline |
Constructor initializing the exception.
- Parameters
-
address | Hardware address raising the exception |
Definition at line 89 of file Mapper.h.
◆ ~AddressNotFoundException()
o2::emcal::Mapper::AddressNotFoundException::~AddressNotFoundException |
( |
| ) |
|
|
overridedefaultnoexcept |
◆ getAddress()
int o2::emcal::Mapper::AddressNotFoundException::getAddress |
( |
| ) |
const |
|
inlinenoexcept |
Access to hardware address raising the exception.
- Returns
- Hardware address
Definition at line 107 of file Mapper.h.
◆ what()
const char * o2::emcal::Mapper::AddressNotFoundException::what |
( |
| ) |
const |
|
inlineoverridenoexcept |
Access to error message.
- Returns
- Error message of the exception
Definition at line 103 of file Mapper.h.
The documentation for this class was generated from the following file:
- /home/runner/work/AliceO2/AliceO2/Detectors/EMCAL/base/include/EMCALBase/Mapper.h