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

Generic unspecialised YODA runtime error. More...

#include <Exceptions.h>

Inheritance diagram for YODA::Exception:
YODA::AnnotationError YODA::BinningError YODA::GridError YODA::LockError YODA::LogicError YODA::LowStatsError YODA::RangeError YODA::ReadError YODA::UserError YODA::WeightError YODA::WriteError

Public Member Functions

 Exception (const std::string &what)
 

Detailed Description

Generic unspecialised YODA runtime error.

NB. We don't use "Error" because that's a useful stats word to have available!

Definition at line 20 of file Exceptions.h.

Constructor & Destructor Documentation

◆ Exception()

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

Definition at line 19 of file Exceptions.cc.

20 : std::runtime_error(what) {}

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