Project
Loading...
Searching...
No Matches
o2::framework::InitErrorContext Class Reference

#include <ErrorContext.h>

Public Member Functions

 InitErrorContext (ServiceRegistryRef services, RuntimeErrorRef e)
 
ServiceRegistryRef services ()
 
RuntimeErrorRef exception ()
 

Detailed Description

This is a utility class to reduce the amount of boilerplate when defining an error callback for an error which happens during the initialization of a DataProcessor.

Definition at line 46 of file ErrorContext.h.

Constructor & Destructor Documentation

◆ InitErrorContext()

o2::framework::InitErrorContext::InitErrorContext ( ServiceRegistryRef  services,
RuntimeErrorRef  e 
)
inline

Definition at line 49 of file ErrorContext.h.

Member Function Documentation

◆ exception()

RuntimeErrorRef o2::framework::InitErrorContext::exception ( )
inline

Definition at line 56 of file ErrorContext.h.

◆ services()

ServiceRegistryRef o2::framework::InitErrorContext::services ( )
inline

Definition at line 55 of file ErrorContext.h.


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