ATLAS Offline Software
Public Member Functions | List of all members
Monitored::HistogramException Struct Reference

Represents error occurred during accessing histograms objects. More...

#include <HistogramException.h>

Inheritance diagram for Monitored::HistogramException:
Collaboration diagram for Monitored::HistogramException:

Public Member Functions

 HistogramException (std::string const &message)
 Default constructor. More...
 

Detailed Description

Represents error occurred during accessing histograms objects.

Definition at line 14 of file HistogramException.h.

Constructor & Destructor Documentation

◆ HistogramException()

Monitored::HistogramException::HistogramException ( std::string const message)
inline

Default constructor.

Parameters
messageContains reason of the exception

Definition at line 20 of file HistogramException.h.

21  : std::runtime_error(message) {}

The documentation for this struct was generated from the following file:
ReweightUtils.message
message
Definition: ReweightUtils.py:15