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

Error for problems introduced outside YODA, to put it nicely. More...

#include <Exceptions.h>

Inheritance diagram for YODA::UserError:
YODA::Exception

Public Member Functions

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

Detailed Description

Error for problems introduced outside YODA, to put it nicely.

Definition at line 100 of file Exceptions.h.

Constructor & Destructor Documentation

◆ UserError()

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

Definition at line 52 of file Exceptions.cc.

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

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