ATLAS Offline Software
Public Member Functions | List of all members
hltonl::Exception::NoMoreEvents Class Reference

Thrown if all events are already read from the input and another one is requested. More...

#include <HltExceptions.h>

Inheritance diagram for hltonl::Exception::NoMoreEvents:
Collaboration diagram for hltonl::Exception::NoMoreEvents:

Public Member Functions

const char * what () const noexcept override
 

Detailed Description

Thrown if all events are already read from the input and another one is requested.

Definition at line 17 of file HltExceptions.h.

Member Function Documentation

◆ what()

const char* hltonl::Exception::NoMoreEvents::what ( ) const
inlineoverridenoexcept

Definition at line 19 of file HltExceptions.h.

19 {return "No more events to be processed";}

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