Belle II Software development
EventProcessor::StoppedBySignalException Class Reference

Exception thrown when execution is stopped by a signal. More...

#include <EventProcessor.h>

Inheritance diagram for EventProcessor::StoppedBySignalException:

Public Member Functions

 StoppedBySignalException (int signal)
 Constructor.
 

Public Attributes

int signal
 see 'man 7 signal'.
 

Detailed Description

Exception thrown when execution is stopped by a signal.

Definition at line 75 of file EventProcessor.h.

Constructor & Destructor Documentation

◆ StoppedBySignalException()

StoppedBySignalException ( int  signal)
explicit

Constructor.

Definition at line 66 of file EventProcessor.cc.

66 :
67 runtime_error("Execution stopped by signal " + to_string(signal_) + "!"),
68 signal(signal_)
69{
70}

Member Data Documentation

◆ signal

int signal

see 'man 7 signal'.

Definition at line 79 of file EventProcessor.h.


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