The collection of Error Handlers for GSL.
More...
|
| GAUDI_API void | ignoreTheError (const char *reason, const char *file, int line, int code) |
| | The simplest Gsl Error handler, It simply ingnores the error.
|
| |
| 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.
|
| |
The collection of Error Handlers for GSL.
- Author
- Vanya Belyaev Ivan..nosp@m.Bely.nosp@m.aev@i.nosp@m.tep..nosp@m.ru
- Date
- 29/04/2002
| void GslErrorHandlers::handleTheError |
( |
const char * |
reason, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
int |
code |
|
) |
| |
| void GslErrorHandlers::ignoreTheError |
( |
const char * |
reason, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
int |
code |
|
) |
| |
| void GslErrorHandlers::throwException |
( |
const char * |
reason, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
int |
code |
|
) |
| |