yoda is hosted by Hepforge, IPPP Durham
YODA - Yet more Objects for Data Analysis 2.0.0
YODA::BinningError Class Reference

Error for general binning problems. More...

#include <Exceptions.h>

Inheritance diagram for YODA::BinningError:
YODA::Exception

Public Member Functions

 BinningError (const std::string &what)
 
- Public Member Functions inherited from YODA::Exception
 Exception (const std::string &what)
 

Detailed Description

Error for general binning problems.

Definition at line 27 of file Exceptions.h.

Constructor & Destructor Documentation

◆ BinningError()

YODA::BinningError::BinningError ( const std::string &  what)

Definition at line 22 of file Exceptions.cc.

23 : YODA::Exception(what) {}
Generic unspecialised YODA runtime error.
Definition Exceptions.h:20

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