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

Error for e.g. use of invalid bin ranges. More...

#include <Exceptions.h>

Inheritance diagram for YODA::RangeError:
YODA::Exception

Public Member Functions

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

Detailed Description

Error for e.g. use of invalid bin ranges.

Definition at line 34 of file Exceptions.h.

Constructor & Destructor Documentation

◆ RangeError()

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

Definition at line 25 of file Exceptions.cc.

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

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