| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

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: GAUDI_v20r4-pre $
00004 // ============================================================================
00005 #ifndef GAUDIGSL_GSLERRORHANDLERS_H 
00006 #define GAUDIGSL_GSLERRORHANDLERS_H 1
00007 
00017 namespace GslErrorHandlers 
00018 {
00019   
00035   void ignoreTheError 
00036   ( const char* reason , 
00037     const char* file   , 
00038     int         line   , 
00039     int         code   );
00040   
00056   void handleTheError 
00057   ( const char* reason , 
00058     const char* file   , 
00059     int         line   , 
00060     int         code   );
00061   
00078   void throwException 
00079   ( const char* reason , 
00080     const char* file   , 
00081     int         line   , 
00082     int         code   );
00083 
00084 };
00085 
00086 // ============================================================================
00087 // The END 
00088 // ============================================================================
00089 #endif // GSLERRORHANDLERS_H
00090 // ============================================================================
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 19:58:47 2011 for GaudiGSL by doxygen 1.4.7