Gaudi Framework, version v21r8

Home   Generated: 17 Mar 2010

GslErrorHandlers.h

Go to the documentation of this file.
00001 // $Id: GslErrorHandlers.h,v 1.2 2007/05/24 14:39:10 hmd Exp $
00002 // ============================================================================
00003 // CVS tag $Name:  $
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 // The END
00084 // ============================================================================
00085 #endif // GSLERRORHANDLERS_H
00086 // ============================================================================

Generated at Wed Mar 17 18:06:10 2010 for Gaudi Framework, version v21r8 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004