Go to the source code of this file.
|
GAUDI_API void | GslErrorHandlers::ignoreTheError (const char *reason, const char *file, int line, int code) |
| The simplest Gsl Error handler, It simply ingnores the error. More...
|
|
GAUDI_API void | GslErrorHandlers::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. More...
|
|
GAUDI_API void | GslErrorHandlers::throwException (const char *reason, const char *file, int line, int code) |
| The simple Gsl Error handler, it throwns the Gaudi Exception. More...
|
|