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

Error handling for invalid file format. More...

#include <Mapper.h>

Inherits std::exception.

Public Member Functions

 FileFormatException (const std::string_view errormessage)
 Constructor initializing exception.
 
 ~FileFormatException () noexcept override=default
 Destructor.
 
const charwhat () const noexcept override
 Access to error message of the exception.
 

Detailed Description

Error handling for invalid file format.

Definition at line 187 of file Mapper.h.

Constructor & Destructor Documentation

◆ FileFormatException()

o2::emcal::Mapper::FileFormatException::FileFormatException ( const std::string_view  errormessage)
inline

Constructor initializing exception.

Parameters
errormessageError message from input stream

Definition at line 192 of file Mapper.h.

◆ ~FileFormatException()

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

Destructor.

Member Function Documentation

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