Error handling for invalid file format.
More...
#include <Mapper.h>
Inherits std::exception.
|
| FileFormatException (const std::string_view errormessage) |
| Constructor initializing exception.
|
|
| ~FileFormatException () noexcept override=default |
| Destructor.
|
|
const char * | what () const noexcept override |
| Access to error message of the exception.
|
|
Error handling for invalid file format.
Definition at line 187 of file Mapper.h.
◆ FileFormatException()
o2::emcal::Mapper::FileFormatException::FileFormatException |
( |
const std::string_view |
errormessage | ) |
|
|
inline |
Constructor initializing exception.
- Parameters
-
errormessage | Error message from input stream |
Definition at line 192 of file Mapper.h.
◆ ~FileFormatException()
o2::emcal::Mapper::FileFormatException::~FileFormatException |
( |
| ) |
|
|
overridedefaultnoexcept |
◆ what()
const char * o2::emcal::Mapper::FileFormatException::what |
( |
| ) |
const |
|
inlineoverridenoexcept |
Access to error message of the exception.
- Returns
- Error message
Definition at line 202 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