Error thrown if an attempt is made to fill a non-existent histogram. More...
#include <IHistogrammer.hh>
Inherits std::runtime_error.
Public Member Functions | |
NoSuchHistogramException (const string &path, const string &name) | |
NoSuchHistogramException (const string &path, const string &name, const IHistogrammer *histogrammer) |
Error thrown if an attempt is made to fill a non-existent histogram.
Definition at line 207 of file IHistogrammer.hh.
ForIA::NoSuchHistogramException::NoSuchHistogramException | ( | const string & | path, |
const string & | name | ||
) | [inline] |
Definition at line 209 of file IHistogrammer.hh.
ForIA::NoSuchHistogramException::NoSuchHistogramException | ( | const string & | path, |
const string & | name, | ||
const IHistogrammer * | histogrammer | ||
) | [inline] |
Definition at line 212 of file IHistogrammer.hh.