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

Errors relating to insufficient (effective) statistics. More...

#include <Exceptions.h>

Inheritance diagram for YODA::AnnotationError:
YODA::Exception

Public Member Functions

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

Detailed Description

Errors relating to insufficient (effective) statistics.

Error for unfound or broken AnalysisObject annotations

Definition at line 65 of file Exceptions.h.

Constructor & Destructor Documentation

◆ AnnotationError()

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

Definition at line 37 of file Exceptions.cc.

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

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