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

Error for modification of a data object where filling has already begun. More...

#include <Exceptions.h>

Inheritance diagram for YODA::LockError:
YODA::Exception

Public Member Functions

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

Detailed Description

Error for modification of a data object where filling has already begun.

Definition at line 41 of file Exceptions.h.

Constructor & Destructor Documentation

◆ LockError()

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

Definition at line 28 of file Exceptions.cc.

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

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