LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
LCIOExceptionHandler.h
Go to the documentation of this file.
1 #ifndef IMPL_LCIOEXCEPTIONHANDLER_H
2 #define IMPL_LCIOEXCEPTIONHANDLER_H 1
3 
4 
5 namespace IMPL{
6 
10  public:
16  static void setupHandlers();
17 
18  private:
22  static void handler();
23  };
24 } // namespace
25 
26 #endif
static void setupHandlers()
Setup the unexpected and terminate std handlers.
static void handler()
The unexpected and terminate handler function.
Sets the default error handling for unexpected and uncaught exceptions.