5 #ifndef GAUDIGSL_GSLERRORHANDLERS_H
6 #define GAUDIGSL_GSLERRORHANDLERS_H 1
19 namespace GslErrorHandlers
36 (
const char* reason ,
55 (
const char* reason ,
75 (
const char* reason ,
85 #endif // GSLERRORHANDLERS_H
GAUDI_API void handleTheError(const char *reason, const char *file, int line, int code)
The simplest Gsl Error handler, It delegates the actual error handling to GSL Service.
GAUDI_API void throwException(const char *reason, const char *file, int line, int code)
The simple Gsl Error handler, it throwns the Gaudi Exception.
GAUDI_API void ignoreTheError(const char *reason, const char *file, int line, int code)
The simplest Gsl Error handler, It simply ingnores the error.