GslErrorHandlers.h
Go to the documentation of this file.00001
00002
00003
00004
00005 #ifndef GAUDIGSL_GSLERRORHANDLERS_H
00006 #define GAUDIGSL_GSLERRORHANDLERS_H 1
00007
00008 #include "GaudiKernel/Kernel.h"
00009
00019 namespace GslErrorHandlers
00020 {
00021
00035 GAUDI_API void ignoreTheError
00036 ( const char* reason ,
00037 const char* file ,
00038 int line ,
00039 int code );
00040
00054 GAUDI_API void handleTheError
00055 ( const char* reason ,
00056 const char* file ,
00057 int line ,
00058 int code );
00059
00074 GAUDI_API void throwException
00075 ( const char* reason ,
00076 const char* file ,
00077 int line ,
00078 int code );
00079
00080 }
00081
00082
00083
00084
00085 #endif // GSLERRORHANDLERS_H
00086