#include <Mapper.h>
Inherits std::exception.
Definition at line 116 of file Mapper.h.
◆ AddressRangeException()
o2::emcal::Mapper::AddressRangeException::AddressRangeException |
( |
int |
address, |
|
|
int |
maxaddress |
|
) |
| |
|
inline |
Constructor initializing the exception.
- Parameters
-
address | Hardware address raising the exception |
maxaddress | Maximum address in range |
Definition at line 122 of file Mapper.h.
◆ ~AddressRangeException()
o2::emcal::Mapper::AddressRangeException::~AddressRangeException |
( |
| ) |
|
|
overridedefaultnoexcept |
◆ getAddress()
int o2::emcal::Mapper::AddressRangeException::getAddress |
( |
| ) |
const |
|
inlinenoexcept |
Access to hardware address raising the exception.
- Returns
- Hardware address
Definition at line 138 of file Mapper.h.
◆ getMaxAddress()
int o2::emcal::Mapper::AddressRangeException::getMaxAddress |
( |
| ) |
const |
|
inlinenoexcept |
Access to max hardware address in mapping.
- Returns
- Hardware address
Definition at line 142 of file Mapper.h.
◆ what()
const char * o2::emcal::Mapper::AddressRangeException::what |
( |
| ) |
const |
|
inlineoverridenoexcept |
Access to error message of the exception.
- Returns
- Error messages
Definition at line 134 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