casa
$Rev:20696$
|
00001 /* 00002 * CasaErrorTools.h 00003 * 00004 * Created on: May 10, 2012 00005 * Author: jjacobs 00006 */ 00007 00008 #ifndef CASAERRORTOOLS_H_ 00009 #define CASAERRORTOOLS_H_ 00010 00011 #include <casa/aips.h> 00012 #include <casa/BasicSL/String.h> 00013 #include <map> 00014 00015 namespace casa { 00016 00017 class CasaErrorTools { 00018 00019 public: 00020 00021 static String replaceStackAddresses (const String & stackTrace); 00022 00023 private: 00024 00025 static void generateSharedObjectMap (); 00026 00027 }; 00028 00029 } // end namespace casa 00030 00031 #endif /* CASAERRORTOOLS_H_ */