Project
Loading...
Searching...
No Matches
o2::emcal::Mapper::AddressNotFoundException Class Reference

Error handling requests for unknown hardware addresses. More...

#include <Mapper.h>

Inherits std::exception.

Public Member Functions

 AddressNotFoundException (int address)
 Constructor initializing the exception.
 
 ~AddressNotFoundException () noexcept override=default
 Destructor.
 
const charwhat () const noexcept override
 Access to error message.
 
int getAddress () const noexcept
 Access to hardware address raising the exception.
 

Detailed Description

Error handling requests for unknown hardware addresses.

Definition at line 84 of file Mapper.h.

Constructor & Destructor Documentation

◆ AddressNotFoundException()

o2::emcal::Mapper::AddressNotFoundException::AddressNotFoundException ( int  address)
inline

Constructor initializing the exception.

Parameters
addressHardware address raising the exception

Definition at line 89 of file Mapper.h.

◆ ~AddressNotFoundException()

o2::emcal::Mapper::AddressNotFoundException::~AddressNotFoundException ( )
overridedefaultnoexcept

Destructor.

Member Function Documentation

◆ 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: