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

Thrown if the event source cannot provide new events temporarily, e.g. when trigger is on hold. More...

#include <HltExceptions.h>

Inheritance diagram for hltonl::Exception::NoEventsTemporarily:
Collaboration diagram for hltonl::Exception::NoEventsTemporarily:

Public Member Functions

const char * what () const noexcept override
 

Detailed Description

Thrown if the event source cannot provide new events temporarily, e.g. when trigger is on hold.

Definition at line 25 of file HltExceptions.h.

Member Function Documentation

◆ what()

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

Definition at line 27 of file HltExceptions.h.

27 {return "No events can be provided temporarily";}

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