cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
RunAbortedException Struct Reference

Exception raised when the user terminates the process. More...

#include <CepGen/Utils/AbortHandler.h>

+ Inheritance diagram for RunAbortedException:
+ Collaboration diagram for RunAbortedException:

Public Member Functions

 RunAbortedException ()
 
 ~RunAbortedException () noexcept
 
const char * what () const noexcept override
 

Detailed Description

Definition at line 31 of file AbortHandler.h.

Constructor & Destructor Documentation

◆ RunAbortedException()

Definition at line 32 of file AbortHandler.h.

◆ ~RunAbortedException()

~RunAbortedException ( )
noexcept

Definition at line 33 of file AbortHandler.h.

Member Function Documentation

◆ what()

const char * what ( ) const
overridenoexcept

Definition at line 35 of file AbortHandler.h.