ATLAS Offline Software
Public Member Functions | Private Attributes | List of all members
RoiUtil::range_error Class Reference
Inheritance diagram for RoiUtil::range_error:
Collaboration diagram for RoiUtil::range_error:

Public Member Functions

 range_error (const char *s)
 
virtual const char * what () const throw ()
 

Private Attributes

std::string m_str
 

Detailed Description

Definition at line 30 of file RoiUtil.cxx.

Constructor & Destructor Documentation

◆ range_error()

RoiUtil::range_error::range_error ( const char *  s)
inline

Definition at line 32 of file RoiUtil.cxx.

32 : std::exception(), m_str(s) { }

Member Function Documentation

◆ what()

virtual const char* RoiUtil::range_error::what ( ) const
throw (
)
inlinevirtual

Definition at line 33 of file RoiUtil.cxx.

33 { return m_str.c_str(); }

Member Data Documentation

◆ m_str

std::string RoiUtil::range_error::m_str
private

Definition at line 35 of file RoiUtil.cxx.


The documentation for this class was generated from the following file:
RoiUtil::range_error::m_str
std::string m_str
Definition: RoiUtil.cxx:35
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
calibdata.exception
exception
Definition: calibdata.py:496