LCIO  "2.7.4"
 All Classes Namespaces Functions Variables Typedefs Friends Pages
LCIOExceptionHandler.h
1 #ifndef IMPL_LCIOEXCEPTIONHANDLER_H
2 #define IMPL_LCIOEXCEPTIONHANDLER_H 1
3 
4 
5 namespace IMPL{
6 
10 
11  private:
12 
13  public:
15 
16  static LCIOExceptionHandler* createInstance() ;
17 
18  private:
19 
20  static LCIOExceptionHandler* _me ;
21 
22  };
23 } // namespace
24 
25 #endif
Sets the default error handling for unexpected and uncaught exceptions.
Definition: LCIOExceptionHandler.h:9