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

Error for file reading errors. More...

#include <Exceptions.h>

Inheritance diagram for YODA::ReadError:
YODA::Exception

Public Member Functions

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

Detailed Description

Error for file reading errors.

Definition at line 86 of file Exceptions.h.

Constructor & Destructor Documentation

◆ ReadError()

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

Definition at line 46 of file Exceptions.cc.

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

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