Project
Loading...
Searching...
No Matches
o2::focal::PadMapper::PositionException Class Reference

#include <PadMapper.h>

Inherits std::exception.

Public Member Functions

 PositionException (unsigned int column, unsigned int row)
 
 ~PositionException () noexcept final=default
 
const charwhat () const noexcept final
 
unsigned int getColumn () const noexcept
 
unsigned int getRow () const noexcept
 
void print (std::ostream &stream) const
 

Detailed Description

Definition at line 30 of file PadMapper.h.

Constructor & Destructor Documentation

◆ PositionException()

o2::focal::PadMapper::PositionException::PositionException ( unsigned int  column,
unsigned int  row 
)
inline

Definition at line 33 of file PadMapper.h.

◆ ~PositionException()

o2::focal::PadMapper::PositionException::~PositionException ( )
finaldefaultnoexcept

Member Function Documentation

◆ getColumn()

unsigned int o2::focal::PadMapper::PositionException::getColumn ( ) const
inlinenoexcept

Definition at line 44 of file PadMapper.h.

◆ getRow()

unsigned int o2::focal::PadMapper::PositionException::getRow ( ) const
inlinenoexcept

Definition at line 45 of file PadMapper.h.

◆ print()

void PadMapper::PositionException::print ( std::ostream &  stream) const

Definition at line 60 of file PadMapper.cxx.

◆ what()

const char * o2::focal::PadMapper::PositionException::what ( ) const
inlinefinalnoexcept

Definition at line 39 of file PadMapper.h.


The documentation for this class was generated from the following files: