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

Error for places where it should not have been possible to get to! More...

#include <Exceptions.h>

Inheritance diagram for YODA::LogicError:
YODA::Exception

Public Member Functions

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

Detailed Description

Error for places where it should not have been possible to get to!

Definition at line 55 of file Exceptions.h.

Constructor & Destructor Documentation

◆ LogicError()

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

Definition at line 34 of file Exceptions.cc.

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

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