2 #ifndef GAUDIGSL_GSLERRORHANDLERS_H 3 #define GAUDIGSL_GSLERRORHANDLERS_H 1 69 #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.
The collection of Error Handlers for GSL.