GRSISort
Created by P.C. Bender
Developement Team: P.C. Bender, R. Dunlop, V. Bildstein
An extension of the ROOT analysis Framework
grsi::exit_exception Struct Reference

Definition at line 83 of file Globals.h.

Public Member Functions

 exit_exception (int c, const char *msg="")
 
 ~exit_exception () override=default throw ()
 

Public Attributes

const int code
 
const char * message
 

#include <Globals.h>

+ Inheritance diagram for grsi::exit_exception:
+ Collaboration diagram for grsi::exit_exception:

Constructor & Destructor Documentation

◆ exit_exception()

grsi::exit_exception::exit_exception ( int  c,
const char *  msg = "" 
)
inline

Definition at line 85 of file Globals.h.

◆ ~exit_exception()

grsi::exit_exception::~exit_exception ( )
throw (
)
overridedefault

Member Data Documentation

◆ code

const int grsi::exit_exception::code

Definition at line 92 of file Globals.h.

◆ message

const char* grsi::exit_exception::message

Definition at line 93 of file Globals.h.

Referenced by main().